Shades of Chocolate #C76221
Tints of Chocolate #C76221
RGB
CMYK
RGB Variations
Color information
#C76221 (or 0xC76221) is known color: Chocolate. HEX triplet: C7, 62 and 21. RGB value is (199,98,33). Sum of RGB (Red+Green+Blue) = 199+98+33=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C76221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76221 is #389DDE. Grayscale: #797979. Windows color (decimal): -3710431 or 2187975. OLE color: 2187975.
HSL color Cylindrical-coordinate representation of color #C76221: hue angle of 23.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C76221 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 33 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.22 |
| HSL | 23.49º | 0.72% | 0.45% | - |
| HSV(B) | 23.49º | 0.83% | 0.78% | - |
| XYZ | 28.2 | 20.99 | 4 | - |
| YUV | 120.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 33 | 0 | 0.51 | 0.83 | 0.22 | 23.49 | 0.72 | 0.45 |
| Hex | C7 | 62 | 21 | 0 | 33 | 53 | 16 | 17 | 48 | 2D |
| Octal | 307 | 142 | 41 | 0 | 63 | 123 | 26 | 27 | 110 | 55 |
| Binary | 11000111 | 1100010 | 100001 | 0 | 110011 | 1010011 | 10110 | 10111 | 1001000 | 101101 |
Color Harmonies of #C76221
Complementary color
Monochromatic Colors of #C76221
Black with #C76221
Text Example
Text Example
White with #C76221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76221; }
p { color: rgb(199,98,33); }
H1.HeaderClassName
{
color: #C76221;
}
.AnyTagClassName
{
color: #C76221;
}
</style>
background-color css
<style>
a { background-color: #C76221; }
a { background-color: rgb(199,98,33); }
div.DivClassName
{
background-color: #C76221;
}
.BgClassName
{
background-color: #C76221;
}
</style>
border-color css
<style>
span { border-color: #C76221; }
span { border-color: rgb(199,98,33); }
td.TdClassName
{
border-color: #C76221;
}
.TagClassName
{
border-color: #C76221;
}
</style>