Shades of Chocolate #CB581F
Tints of Chocolate #CB581F
RGB
CMYK
RGB Variations
Color information
#CB581F (or 0xCB581F) is known color: Chocolate. HEX triplet: CB, 58 and 1F. RGB value is (203,88,31). Sum of RGB (Red+Green+Blue) = 203+88+31=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB581F is #34A7E0. Grayscale: #747474. Windows color (decimal): -3450849 or 2054347. OLE color: 2054347.
HSL color Cylindrical-coordinate representation of color #CB581F: hue angle of 19.88º 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 #CB581F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 31 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.20 |
| HSL | 19.88º | 0.74% | 0.46% | - |
| HSV(B) | 19.88º | 0.85% | 0.8% | - |
| XYZ | 28.37 | 19.77 | 3.62 | - |
| YUV | 115.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 31 | 0 | 0.57 | 0.85 | 0.20 | 19.88 | 0.74 | 0.46 |
| Hex | CB | 58 | 1F | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 313 | 130 | 37 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001011 | 1011000 | 11111 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CB581F
Complementary color
Monochromatic Colors of #CB581F
Black with #CB581F
Text Example
Text Example
White with #CB581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB581F; }
p { color: rgb(203,88,31); }
H1.HeaderClassName
{
color: #CB581F;
}
.AnyTagClassName
{
color: #CB581F;
}
</style>
background-color css
<style>
a { background-color: #CB581F; }
a { background-color: rgb(203,88,31); }
div.DivClassName
{
background-color: #CB581F;
}
.BgClassName
{
background-color: #CB581F;
}
</style>
border-color css
<style>
span { border-color: #CB581F; }
span { border-color: rgb(203,88,31); }
td.TdClassName
{
border-color: #CB581F;
}
.TagClassName
{
border-color: #CB581F;
}
</style>