Shades of Chocolate #CB581E
Tints of Chocolate #CB581E
RGB
CMYK
RGB Variations
Color information
#CB581E (or 0xCB581E) is known color: Chocolate. HEX triplet: CB, 58 and 1E. RGB value is (203,88,30). Sum of RGB (Red+Green+Blue) = 203+88+30=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB581E is #34A7E1. Grayscale: #747474. Windows color (decimal): -3450850 or 1988811. OLE color: 1988811.
HSL color Cylindrical-coordinate representation of color #CB581E: hue angle of 20.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB581E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 30 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.20 |
| HSL | 20.12º | 0.74% | 0.46% | - |
| HSV(B) | 20.12º | 0.85% | 0.8% | - |
| XYZ | 28.35 | 19.77 | 3.55 | - |
| YUV | 115.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 30 | 0 | 0.57 | 0.85 | 0.20 | 20.12 | 0.74 | 0.46 |
| Hex | CB | 58 | 1E | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 313 | 130 | 36 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001011 | 1011000 | 11110 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CB581E
Complementary color
Monochromatic Colors of #CB581E
Black with #CB581E
Text Example
Text Example
White with #CB581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB581E; }
p { color: rgb(203,88,30); }
H1.HeaderClassName
{
color: #CB581E;
}
.AnyTagClassName
{
color: #CB581E;
}
</style>
background-color css
<style>
a { background-color: #CB581E; }
a { background-color: rgb(203,88,30); }
div.DivClassName
{
background-color: #CB581E;
}
.BgClassName
{
background-color: #CB581E;
}
</style>
border-color css
<style>
span { border-color: #CB581E; }
span { border-color: rgb(203,88,30); }
td.TdClassName
{
border-color: #CB581E;
}
.TagClassName
{
border-color: #CB581E;
}
</style>