Shades of Chocolate #C4581B
Tints of Chocolate #C4581B
RGB
CMYK
RGB Variations
Color information
#C4581B (or 0xC4581B) is known color: Chocolate. HEX triplet: C4, 58 and 1B. RGB value is (196,88,27). Sum of RGB (Red+Green+Blue) = 196+88+27=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4581B is #3BA7E4. Grayscale: #717171. Windows color (decimal): -3909605 or 1792196. OLE color: 1792196.
HSL color Cylindrical-coordinate representation of color #C4581B: hue angle of 21.66º degrees, saturation: 0.76, 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 #C4581B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.23 |
| HSL | 21.66º | 0.76% | 0.44% | - |
| HSV(B) | 21.66º | 0.86% | 0.77% | - |
| XYZ | 26.45 | 18.79 | 3.27 | - |
| YUV | 113.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 27 | 0 | 0.55 | 0.86 | 0.23 | 21.66 | 0.76 | 0.44 |
| Hex | C4 | 58 | 1B | 0 | 37 | 56 | 17 | 16 | 4C | 2C |
| Octal | 304 | 130 | 33 | 0 | 67 | 126 | 27 | 26 | 114 | 54 |
| Binary | 11000100 | 1011000 | 11011 | 0 | 110111 | 1010110 | 10111 | 10110 | 1001100 | 101100 |
Color Harmonies of #C4581B
Complementary color
Monochromatic Colors of #C4581B
Black with #C4581B
Text Example
Text Example
White with #C4581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4581B; }
p { color: rgb(196,88,27); }
H1.HeaderClassName
{
color: #C4581B;
}
.AnyTagClassName
{
color: #C4581B;
}
</style>
background-color css
<style>
a { background-color: #C4581B; }
a { background-color: rgb(196,88,27); }
div.DivClassName
{
background-color: #C4581B;
}
.BgClassName
{
background-color: #C4581B;
}
</style>
border-color css
<style>
span { border-color: #C4581B; }
span { border-color: rgb(196,88,27); }
td.TdClassName
{
border-color: #C4581B;
}
.TagClassName
{
border-color: #C4581B;
}
</style>