Shades of Chocolate #C8531B
Tints of Chocolate #C8531B
RGB
CMYK
RGB Variations
Color information
#C8531B (or 0xC8531B) is known color: Chocolate. HEX triplet: C8, 53 and 1B. RGB value is (200,83,27). Sum of RGB (Red+Green+Blue) = 200+83+27=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8531B is #37ACE4. Grayscale: #6F6F6F. Windows color (decimal): -3648741 or 1790920. OLE color: 1790920.
HSL color Cylindrical-coordinate representation of color #C8531B: hue angle of 19.42º 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 #C8531B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.22 |
| HSL | 19.42º | 0.76% | 0.45% | - |
| HSV(B) | 19.42º | 0.87% | 0.78% | - |
| XYZ | 27.11 | 18.55 | 3.19 | - |
| YUV | 111.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 27 | 0 | 0.58 | 0.86 | 0.22 | 19.42 | 0.76 | 0.45 |
| Hex | C8 | 53 | 1B | 0 | 3A | 56 | 16 | 13 | 4C | 2D |
| Octal | 310 | 123 | 33 | 0 | 72 | 126 | 26 | 23 | 114 | 55 |
| Binary | 11001000 | 1010011 | 11011 | 0 | 111010 | 1010110 | 10110 | 10011 | 1001100 | 101101 |
Color Harmonies of #C8531B
Complementary color
Monochromatic Colors of #C8531B
Black with #C8531B
Text Example
Text Example
White with #C8531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8531B; }
p { color: rgb(200,83,27); }
H1.HeaderClassName
{
color: #C8531B;
}
.AnyTagClassName
{
color: #C8531B;
}
</style>
background-color css
<style>
a { background-color: #C8531B; }
a { background-color: rgb(200,83,27); }
div.DivClassName
{
background-color: #C8531B;
}
.BgClassName
{
background-color: #C8531B;
}
</style>
border-color css
<style>
span { border-color: #C8531B; }
span { border-color: rgb(200,83,27); }
td.TdClassName
{
border-color: #C8531B;
}
.TagClassName
{
border-color: #C8531B;
}
</style>