Shades of Chocolate #C76321
Tints of Chocolate #C76321
RGB
CMYK
RGB Variations
Color information
#C76321 (or 0xC76321) is known color: Chocolate. HEX triplet: C7, 63 and 21. RGB value is (199,99,33). Sum of RGB (Red+Green+Blue) = 199+99+33=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76321 is #389CDE. Grayscale: #797979. Windows color (decimal): -3710175 or 2188231. OLE color: 2188231.
HSL color Cylindrical-coordinate representation of color #C76321: hue angle of 23.86º 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 #C76321 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 33 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.22 |
| HSL | 23.86º | 0.72% | 0.45% | - |
| HSV(B) | 23.86º | 0.83% | 0.78% | - |
| XYZ | 28.29 | 21.18 | 4.04 | - |
| YUV | 121.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 33 | 0 | 0.50 | 0.83 | 0.22 | 23.86 | 0.72 | 0.45 |
| Hex | C7 | 63 | 21 | 0 | 32 | 53 | 16 | 18 | 48 | 2D |
| Octal | 307 | 143 | 41 | 0 | 62 | 123 | 26 | 30 | 110 | 55 |
| Binary | 11000111 | 1100011 | 100001 | 0 | 110010 | 1010011 | 10110 | 11000 | 1001000 | 101101 |
Color Harmonies of #C76321
Complementary color
Monochromatic Colors of #C76321
Black with #C76321
Text Example
Text Example
White with #C76321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76321; }
p { color: rgb(199,99,33); }
H1.HeaderClassName
{
color: #C76321;
}
.AnyTagClassName
{
color: #C76321;
}
</style>
background-color css
<style>
a { background-color: #C76321; }
a { background-color: rgb(199,99,33); }
div.DivClassName
{
background-color: #C76321;
}
.BgClassName
{
background-color: #C76321;
}
</style>
border-color css
<style>
span { border-color: #C76321; }
span { border-color: rgb(199,99,33); }
td.TdClassName
{
border-color: #C76321;
}
.TagClassName
{
border-color: #C76321;
}
</style>