Shades of Chocolate #CB7109
Tints of Chocolate #CB7109
RGB
CMYK
RGB Variations
Color information
#CB7109 (or 0xCB7109) is known color: Chocolate. HEX triplet: CB, 71 and 09. RGB value is (203,113,9). Sum of RGB (Red+Green+Blue) = 203+113+9=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7109 is #348EF6. Grayscale: #808080. Windows color (decimal): -3444471 or 618955. OLE color: 618955.
HSL color Cylindrical-coordinate representation of color #CB7109: hue angle of 32.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB7109 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.20 |
| HSL | 32.16º | 0.92% | 0.42% | - |
| HSV(B) | 32.16º | 0.96% | 0.8% | - |
| XYZ | 30.58 | 24.53 | 3.38 | - |
| YUV | 128.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 9 | 0 | 0.44 | 0.96 | 0.20 | 32.16 | 0.92 | 0.42 |
| Hex | CB | 71 | 9 | 0 | 2C | 60 | 14 | 20 | 5C | 2A |
| Octal | 313 | 161 | 11 | 0 | 54 | 140 | 24 | 40 | 134 | 52 |
| Binary | 11001011 | 1110001 | 1001 | 0 | 101100 | 1100000 | 10100 | 100000 | 1011100 | 101010 |
Color Harmonies of #CB7109
Complementary color
Monochromatic Colors of #CB7109
Black with #CB7109
Text Example
Text Example
White with #CB7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7109; }
p { color: rgb(203,113,9); }
H1.HeaderClassName
{
color: #CB7109;
}
.AnyTagClassName
{
color: #CB7109;
}
</style>
background-color css
<style>
a { background-color: #CB7109; }
a { background-color: rgb(203,113,9); }
div.DivClassName
{
background-color: #CB7109;
}
.BgClassName
{
background-color: #CB7109;
}
</style>
border-color css
<style>
span { border-color: #CB7109; }
span { border-color: rgb(203,113,9); }
td.TdClassName
{
border-color: #CB7109;
}
.TagClassName
{
border-color: #CB7109;
}
</style>