Shades of Chocolate #C45E13
Tints of Chocolate #C45E13
RGB
CMYK
RGB Variations
Color information
#C45E13 (or 0xC45E13) is known color: Chocolate. HEX triplet: C4, 5E and 13. RGB value is (196,94,19). Sum of RGB (Red+Green+Blue) = 196+94+19=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45E13 is #3BA1EC. Grayscale: #747474. Windows color (decimal): -3908077 or 1269444. OLE color: 1269444.
HSL color Cylindrical-coordinate representation of color #C45E13: hue angle of 25.42º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45E13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.23 |
| HSL | 25.42º | 0.82% | 0.42% | - |
| HSV(B) | 25.42º | 0.9% | 0.77% | - |
| XYZ | 26.89 | 19.79 | 3.02 | - |
| YUV | 115.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 19 | 0 | 0.52 | 0.90 | 0.23 | 25.42 | 0.82 | 0.42 |
| Hex | C4 | 5E | 13 | 0 | 34 | 5A | 17 | 19 | 52 | 2A |
| Octal | 304 | 136 | 23 | 0 | 64 | 132 | 27 | 31 | 122 | 52 |
| Binary | 11000100 | 1011110 | 10011 | 0 | 110100 | 1011010 | 10111 | 11001 | 1010010 | 101010 |
Color Harmonies of #C45E13
Complementary color
Monochromatic Colors of #C45E13
Black with #C45E13
Text Example
Text Example
White with #C45E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E13; }
p { color: rgb(196,94,19); }
H1.HeaderClassName
{
color: #C45E13;
}
.AnyTagClassName
{
color: #C45E13;
}
</style>
background-color css
<style>
a { background-color: #C45E13; }
a { background-color: rgb(196,94,19); }
div.DivClassName
{
background-color: #C45E13;
}
.BgClassName
{
background-color: #C45E13;
}
</style>
border-color css
<style>
span { border-color: #C45E13; }
span { border-color: rgb(196,94,19); }
td.TdClassName
{
border-color: #C45E13;
}
.TagClassName
{
border-color: #C45E13;
}
</style>