Shades of Chocolate #CB6524
Tints of Chocolate #CB6524
RGB
CMYK
RGB Variations
Color information
#CB6524 (or 0xCB6524) is known color: Chocolate. HEX triplet: CB, 65 and 24. RGB value is (203,101,36). Sum of RGB (Red+Green+Blue) = 203+101+36=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6524 is #349ADB. Grayscale: #7C7C7C. Windows color (decimal): -3447516 or 2385355. OLE color: 2385355.
HSL color Cylindrical-coordinate representation of color #CB6524: hue angle of 23.35º degrees, saturation: 0.7, 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 #CB6524 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 36 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.20 |
| HSL | 23.35º | 0.7% | 0.47% | - |
| HSV(B) | 23.35º | 0.82% | 0.8% | - |
| XYZ | 29.6 | 22.13 | 4.38 | - |
| YUV | 124.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 36 | 0 | 0.50 | 0.82 | 0.20 | 23.35 | 0.7 | 0.47 |
| Hex | CB | 65 | 24 | 0 | 32 | 52 | 14 | 17 | 46 | 2F |
| Octal | 313 | 145 | 44 | 0 | 62 | 122 | 24 | 27 | 106 | 57 |
| Binary | 11001011 | 1100101 | 100100 | 0 | 110010 | 1010010 | 10100 | 10111 | 1000110 | 101111 |
Color Harmonies of #CB6524
Complementary color
Monochromatic Colors of #CB6524
Black with #CB6524
Text Example
Text Example
White with #CB6524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6524; }
p { color: rgb(203,101,36); }
H1.HeaderClassName
{
color: #CB6524;
}
.AnyTagClassName
{
color: #CB6524;
}
</style>
background-color css
<style>
a { background-color: #CB6524; }
a { background-color: rgb(203,101,36); }
div.DivClassName
{
background-color: #CB6524;
}
.BgClassName
{
background-color: #CB6524;
}
</style>
border-color css
<style>
span { border-color: #CB6524; }
span { border-color: rgb(203,101,36); }
td.TdClassName
{
border-color: #CB6524;
}
.TagClassName
{
border-color: #CB6524;
}
</style>