Shades of Chocolate #CB7107
Tints of Chocolate #CB7107
RGB
CMYK
RGB Variations
Color information
#CB7107 (or 0xCB7107) is known color: Chocolate. HEX triplet: CB, 71 and 07. RGB value is (203,113,7). Sum of RGB (Red+Green+Blue) = 203+113+7=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7107 is #348EF8. Grayscale: #808080. Windows color (decimal): -3444473 or 487883. OLE color: 487883.
HSL color Cylindrical-coordinate representation of color #CB7107: hue angle of 32.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB7107 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.20 |
| HSL | 32.45º | 0.93% | 0.41% | - |
| HSV(B) | 32.45º | 0.97% | 0.8% | - |
| XYZ | 30.57 | 24.52 | 3.32 | - |
| YUV | 127.83 | 59.82 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 7 | 0 | 0.44 | 0.97 | 0.20 | 32.45 | 0.93 | 0.41 |
| Hex | CB | 71 | 7 | 0 | 2C | 61 | 14 | 20 | 5D | 29 |
| Octal | 313 | 161 | 7 | 0 | 54 | 141 | 24 | 40 | 135 | 51 |
| Binary | 11001011 | 1110001 | 111 | 0 | 101100 | 1100001 | 10100 | 100000 | 1011101 | 101001 |
Color Harmonies of #CB7107
Complementary color
Monochromatic Colors of #CB7107
Black with #CB7107
Text Example
Text Example
White with #CB7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7107; }
p { color: rgb(203,113,7); }
H1.HeaderClassName
{
color: #CB7107;
}
.AnyTagClassName
{
color: #CB7107;
}
</style>
background-color css
<style>
a { background-color: #CB7107; }
a { background-color: rgb(203,113,7); }
div.DivClassName
{
background-color: #CB7107;
}
.BgClassName
{
background-color: #CB7107;
}
</style>
border-color css
<style>
span { border-color: #CB7107; }
span { border-color: rgb(203,113,7); }
td.TdClassName
{
border-color: #CB7107;
}
.TagClassName
{
border-color: #CB7107;
}
</style>