Shades of Chocolate #CB651D
Tints of Chocolate #CB651D
RGB
CMYK
RGB Variations
Color information
#CB651D (or 0xCB651D) is known color: Chocolate. HEX triplet: CB, 65 and 1D. RGB value is (203,101,29). Sum of RGB (Red+Green+Blue) = 203+101+29=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB651D is #349AE2. Grayscale: #7B7B7B. Windows color (decimal): -3447523 or 1926603. OLE color: 1926603.
HSL color Cylindrical-coordinate representation of color #CB651D: hue angle of 24.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB651D is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 29 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.20 |
| HSL | 24.83º | 0.75% | 0.45% | - |
| HSV(B) | 24.83º | 0.86% | 0.8% | - |
| XYZ | 29.5 | 22.09 | 3.87 | - |
| YUV | 123.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 29 | 0 | 0.50 | 0.86 | 0.20 | 24.83 | 0.75 | 0.45 |
| Hex | CB | 65 | 1D | 0 | 32 | 56 | 14 | 19 | 4B | 2D |
| Octal | 313 | 145 | 35 | 0 | 62 | 126 | 24 | 31 | 113 | 55 |
| Binary | 11001011 | 1100101 | 11101 | 0 | 110010 | 1010110 | 10100 | 11001 | 1001011 | 101101 |
Color Harmonies of #CB651D
Complementary color
Monochromatic Colors of #CB651D
Black with #CB651D
Text Example
Text Example
White with #CB651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB651D; }
p { color: rgb(203,101,29); }
H1.HeaderClassName
{
color: #CB651D;
}
.AnyTagClassName
{
color: #CB651D;
}
</style>
background-color css
<style>
a { background-color: #CB651D; }
a { background-color: rgb(203,101,29); }
div.DivClassName
{
background-color: #CB651D;
}
.BgClassName
{
background-color: #CB651D;
}
</style>
border-color css
<style>
span { border-color: #CB651D; }
span { border-color: rgb(203,101,29); }
td.TdClassName
{
border-color: #CB651D;
}
.TagClassName
{
border-color: #CB651D;
}
</style>