Shades of Chocolate #C8591B
Tints of Chocolate #C8591B
RGB
CMYK
RGB Variations
Color information
#C8591B (or 0xC8591B) is known color: Chocolate. HEX triplet: C8, 59 and 1B. RGB value is (200,89,27). Sum of RGB (Red+Green+Blue) = 200+89+27=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8591B is #37A6E4. Grayscale: #737373. Windows color (decimal): -3647205 or 1792456. OLE color: 1792456.
HSL color Cylindrical-coordinate representation of color #C8591B: hue angle of 21.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8591B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 27 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.22 |
| HSL | 21.5º | 0.76% | 0.45% | - |
| HSV(B) | 21.5º | 0.87% | 0.78% | - |
| XYZ | 27.59 | 19.5 | 3.35 | - |
| YUV | 115.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 27 | 0 | 0.56 | 0.86 | 0.22 | 21.5 | 0.76 | 0.45 |
| Hex | C8 | 59 | 1B | 0 | 38 | 56 | 16 | 16 | 4C | 2D |
| Octal | 310 | 131 | 33 | 0 | 70 | 126 | 26 | 26 | 114 | 55 |
| Binary | 11001000 | 1011001 | 11011 | 0 | 111000 | 1010110 | 10110 | 10110 | 1001100 | 101101 |
Color Harmonies of #C8591B
Complementary color
Monochromatic Colors of #C8591B
Black with #C8591B
Text Example
Text Example
White with #C8591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8591B; }
p { color: rgb(200,89,27); }
H1.HeaderClassName
{
color: #C8591B;
}
.AnyTagClassName
{
color: #C8591B;
}
</style>
background-color css
<style>
a { background-color: #C8591B; }
a { background-color: rgb(200,89,27); }
div.DivClassName
{
background-color: #C8591B;
}
.BgClassName
{
background-color: #C8591B;
}
</style>
border-color css
<style>
span { border-color: #C8591B; }
span { border-color: rgb(200,89,27); }
td.TdClassName
{
border-color: #C8591B;
}
.TagClassName
{
border-color: #C8591B;
}
</style>