Shades of Chocolate #CB5D1F
Tints of Chocolate #CB5D1F
RGB
CMYK
RGB Variations
Color information
#CB5D1F (or 0xCB5D1F) is known color: Chocolate. HEX triplet: CB, 5D and 1F. RGB value is (203,93,31). Sum of RGB (Red+Green+Blue) = 203+93+31=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D1F is #34A2E0. Grayscale: #777777. Windows color (decimal): -3449569 or 2055627. OLE color: 2055627.
HSL color Cylindrical-coordinate representation of color #CB5D1F: hue angle of 21.63º 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 #CB5D1F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 31 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.20 |
| HSL | 21.63º | 0.74% | 0.46% | - |
| HSV(B) | 21.63º | 0.85% | 0.8% | - |
| XYZ | 28.79 | 20.62 | 3.76 | - |
| YUV | 118.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 31 | 0 | 0.54 | 0.85 | 0.20 | 21.63 | 0.74 | 0.46 |
| Hex | CB | 5D | 1F | 0 | 36 | 55 | 14 | 16 | 4A | 2E |
| Octal | 313 | 135 | 37 | 0 | 66 | 125 | 24 | 26 | 112 | 56 |
| Binary | 11001011 | 1011101 | 11111 | 0 | 110110 | 1010101 | 10100 | 10110 | 1001010 | 101110 |
Color Harmonies of #CB5D1F
Complementary color
Monochromatic Colors of #CB5D1F
Black with #CB5D1F
Text Example
Text Example
White with #CB5D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D1F; }
p { color: rgb(203,93,31); }
H1.HeaderClassName
{
color: #CB5D1F;
}
.AnyTagClassName
{
color: #CB5D1F;
}
</style>
background-color css
<style>
a { background-color: #CB5D1F; }
a { background-color: rgb(203,93,31); }
div.DivClassName
{
background-color: #CB5D1F;
}
.BgClassName
{
background-color: #CB5D1F;
}
</style>
border-color css
<style>
span { border-color: #CB5D1F; }
span { border-color: rgb(203,93,31); }
td.TdClassName
{
border-color: #CB5D1F;
}
.TagClassName
{
border-color: #CB5D1F;
}
</style>