Shades of Chocolate #C4581C
Tints of Chocolate #C4581C
RGB
CMYK
RGB Variations
Color information
#C4581C (or 0xC4581C) is known color: Chocolate. HEX triplet: C4, 58 and 1C. RGB value is (196,88,28). Sum of RGB (Red+Green+Blue) = 196+88+28=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4581C is #3BA7E3. Grayscale: #717171. Windows color (decimal): -3909604 or 1857732. OLE color: 1857732.
HSL color Cylindrical-coordinate representation of color #C4581C: hue angle of 21.43º 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 #C4581C is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 28 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.23 |
| HSL | 21.43º | 0.75% | 0.44% | - |
| HSV(B) | 21.43º | 0.86% | 0.77% | - |
| XYZ | 26.46 | 18.8 | 3.33 | - |
| YUV | 113.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 28 | 0 | 0.55 | 0.86 | 0.23 | 21.43 | 0.75 | 0.44 |
| Hex | C4 | 58 | 1C | 0 | 37 | 56 | 17 | 15 | 4B | 2C |
| Octal | 304 | 130 | 34 | 0 | 67 | 126 | 27 | 25 | 113 | 54 |
| Binary | 11000100 | 1011000 | 11100 | 0 | 110111 | 1010110 | 10111 | 10101 | 1001011 | 101100 |
Color Harmonies of #C4581C
Complementary color
Monochromatic Colors of #C4581C
Black with #C4581C
Text Example
Text Example
White with #C4581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4581C; }
p { color: rgb(196,88,28); }
H1.HeaderClassName
{
color: #C4581C;
}
.AnyTagClassName
{
color: #C4581C;
}
</style>
background-color css
<style>
a { background-color: #C4581C; }
a { background-color: rgb(196,88,28); }
div.DivClassName
{
background-color: #C4581C;
}
.BgClassName
{
background-color: #C4581C;
}
</style>
border-color css
<style>
span { border-color: #C4581C; }
span { border-color: rgb(196,88,28); }
td.TdClassName
{
border-color: #C4581C;
}
.TagClassName
{
border-color: #C4581C;
}
</style>