Shades of Chocolate #CB5E25
Tints of Chocolate #CB5E25
RGB
CMYK
RGB Variations
Color information
#CB5E25 (or 0xCB5E25) is known color: Chocolate. HEX triplet: CB, 5E and 25. RGB value is (203,94,37). Sum of RGB (Red+Green+Blue) = 203+94+37=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E25 is #34A1DA. Grayscale: #787878. Windows color (decimal): -3449307 or 2449099. OLE color: 2449099.
HSL color Cylindrical-coordinate representation of color #CB5E25: hue angle of 20.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB5E25 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 37 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.20 |
| HSL | 20.6º | 0.69% | 0.47% | - |
| HSV(B) | 20.6º | 0.82% | 0.8% | - |
| XYZ | 28.97 | 20.84 | 4.25 | - |
| YUV | 120.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 37 | 0 | 0.54 | 0.82 | 0.20 | 20.6 | 0.69 | 0.47 |
| Hex | CB | 5E | 25 | 0 | 36 | 52 | 14 | 15 | 45 | 2F |
| Octal | 313 | 136 | 45 | 0 | 66 | 122 | 24 | 25 | 105 | 57 |
| Binary | 11001011 | 1011110 | 100101 | 0 | 110110 | 1010010 | 10100 | 10101 | 1000101 | 101111 |
Color Harmonies of #CB5E25
Complementary color
Monochromatic Colors of #CB5E25
Black with #CB5E25
Text Example
Text Example
White with #CB5E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E25; }
p { color: rgb(203,94,37); }
H1.HeaderClassName
{
color: #CB5E25;
}
.AnyTagClassName
{
color: #CB5E25;
}
</style>
background-color css
<style>
a { background-color: #CB5E25; }
a { background-color: rgb(203,94,37); }
div.DivClassName
{
background-color: #CB5E25;
}
.BgClassName
{
background-color: #CB5E25;
}
</style>
border-color css
<style>
span { border-color: #CB5E25; }
span { border-color: rgb(203,94,37); }
td.TdClassName
{
border-color: #CB5E25;
}
.TagClassName
{
border-color: #CB5E25;
}
</style>