HEX: #C75B20
RGB: (199,91,32)
#C75B20 contains mainly red color. Web safe color of #C75B20 is #CC6633 (or #C63).
#C75B20 color RGB value is (199,91,32).
RGB: (199,91,32)
(78%, 36%, 13%)
R 199 of 255 = 78%
G 91 of 255 = 36%
B 32 of 255 = 13%
R + G + B ~ 42%. #C75B20 is middle color (not dark and not light).
R + G + B = 199 + 91 + 32 = 322 (100%)
R 199 of 322 ~ 61.8%
G 91 of 322 ~ 28.26%
B 32 of 322 ~ 9.94'%
#C75B20 color CMYK value is (0,54,84,22).
CMYK: (0,54,84,22)
C0M54Y84K22 (0%, 54%, 84%, 22%)
(0.00 / 0.54 / 0.84 / 0.22)
Color #C75B20 in popluar color models
C7 | 5B | 20 | |
---|---|---|---|
RGB | 199 | 91 | 32 |
HSL | 21° | 72.29% | 45.29% |
HSB/HSV | 21° | 83.92% | 78.04% |
CMYK | 0.00% | 54.27% | 83.92% |
21.96% |
Color #C75B20 in popluar number systems.
HEX | C7 | 5B | 20 |
Decimal | 199 | 91 | 32 |
Binary | 11000111 | 1011011 | 100000 |
Octal | 307 | 133 | 40 |
Shades of #C75B20
Tints of #C75B20
Examples of css and html codes for elements with #C75B20 color. Also use rgb(199,91,32) instead hex code.
.myTextColor { color: #C75B20; }
<p style="color:#C75B20">This sample text font color is #C75B20.</p>
This text font color is #C75B20.
.myBgColor { background-color: #C75B20; }
<div style="background-color:#C75B20">Inner text</div>
This div background color is #C75B20.
.myBorderColor { border: 1px solid #C75B20; }
<div style="border:3px solid #C75B20">Div</div>
This div border color is #C75B20.
.myOpacity80 { color: #C75B20; opacity: 0.8; }
<p style="color:#C75B20;opacity:0.8;">80%</p>
Text with #C75B20 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C75B20;}
<p style="text-shadow: 3px 3px 1px #C75B20">Text here.</p>
This text has shadow with #C75B20 color.
.textShadow {text-shadow: 3px 3px 1px #C75B20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C75B20, 5px 5px 20px red">Text here.</p>
This text has shadow with #C75B20 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C75B20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C75B20, Direction=45, Strength=4)">Text</p>
This text has shadow with #C75B20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C75B20;
-webkit-box-shadow: 1px 1px 3px 2px #C75B20;
box-shadow: 1px 1px 3px 2px #C75B20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C75B20; -webkit-box-shadow: 1px 1px 3px 2px #C75B20; box-shadow:1px 1px 3px 2px #C75B20;">
Div content here
</div>
This text has color #C75B20 on black background.
This text has color #C75B20 on white background.
This text has black color on #C75B20 background.
This text has white color on #C75B20 background.
Complementary color for #hex is #38A4DF.