Shades of Chocolate #CB6519
Tints of Chocolate #CB6519
RGB
CMYK
RGB Variations
Color information
#CB6519 (or 0xCB6519) is known color: Chocolate. HEX triplet: CB, 65 and 19. RGB value is (203,101,25). Sum of RGB (Red+Green+Blue) = 203+101+25=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6519 is #349AE6. Grayscale: #7B7B7B. Windows color (decimal): -3447527 or 1664459. OLE color: 1664459.
HSL color Cylindrical-coordinate representation of color #CB6519: hue angle of 25.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB6519 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.20 |
| HSL | 25.62º | 0.78% | 0.45% | - |
| HSV(B) | 25.62º | 0.88% | 0.8% | - |
| XYZ | 29.46 | 22.07 | 3.63 | - |
| YUV | 122.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 25 | 0 | 0.50 | 0.88 | 0.20 | 25.62 | 0.78 | 0.45 |
| Hex | CB | 65 | 19 | 0 | 32 | 58 | 14 | 1A | 4E | 2D |
| Octal | 313 | 145 | 31 | 0 | 62 | 130 | 24 | 32 | 116 | 55 |
| Binary | 11001011 | 1100101 | 11001 | 0 | 110010 | 1011000 | 10100 | 11010 | 1001110 | 101101 |
Color Harmonies of #CB6519
Complementary color
Monochromatic Colors of #CB6519
Black with #CB6519
Text Example
Text Example
White with #CB6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6519; }
p { color: rgb(203,101,25); }
H1.HeaderClassName
{
color: #CB6519;
}
.AnyTagClassName
{
color: #CB6519;
}
</style>
background-color css
<style>
a { background-color: #CB6519; }
a { background-color: rgb(203,101,25); }
div.DivClassName
{
background-color: #CB6519;
}
.BgClassName
{
background-color: #CB6519;
}
</style>
border-color css
<style>
span { border-color: #CB6519; }
span { border-color: rgb(203,101,25); }
td.TdClassName
{
border-color: #CB6519;
}
.TagClassName
{
border-color: #CB6519;
}
</style>