Shades of Chocolate #C45A1C
Tints of Chocolate #C45A1C
RGB
CMYK
RGB Variations
Color information
#C45A1C (or 0xC45A1C) is known color: Chocolate. HEX triplet: C4, 5A and 1C. RGB value is (196,90,28). Sum of RGB (Red+Green+Blue) = 196+90+28=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A1C is #3BA5E3. Grayscale: #727272. Windows color (decimal): -3909092 or 1858244. OLE color: 1858244.
HSL color Cylindrical-coordinate representation of color #C45A1C: hue angle of 22.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C45A1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.23 |
| HSL | 22.14º | 0.75% | 0.44% | - |
| HSV(B) | 22.14º | 0.86% | 0.77% | - |
| XYZ | 26.63 | 19.13 | 3.39 | - |
| YUV | 114.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 28 | 0 | 0.54 | 0.86 | 0.23 | 22.14 | 0.75 | 0.44 |
| Hex | C4 | 5A | 1C | 0 | 36 | 56 | 17 | 16 | 4B | 2C |
| Octal | 304 | 132 | 34 | 0 | 66 | 126 | 27 | 26 | 113 | 54 |
| Binary | 11000100 | 1011010 | 11100 | 0 | 110110 | 1010110 | 10111 | 10110 | 1001011 | 101100 |
Color Harmonies of #C45A1C
Complementary color
Monochromatic Colors of #C45A1C
Black with #C45A1C
Text Example
Text Example
White with #C45A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A1C; }
p { color: rgb(196,90,28); }
H1.HeaderClassName
{
color: #C45A1C;
}
.AnyTagClassName
{
color: #C45A1C;
}
</style>
background-color css
<style>
a { background-color: #C45A1C; }
a { background-color: rgb(196,90,28); }
div.DivClassName
{
background-color: #C45A1C;
}
.BgClassName
{
background-color: #C45A1C;
}
</style>
border-color css
<style>
span { border-color: #C45A1C; }
span { border-color: rgb(196,90,28); }
td.TdClassName
{
border-color: #C45A1C;
}
.TagClassName
{
border-color: #C45A1C;
}
</style>