Shades of Chocolate #C76021
Tints of Chocolate #C76021
RGB
CMYK
RGB Variations
Color information
#C76021 (or 0xC76021) is known color: Chocolate. HEX triplet: C7, 60 and 21. RGB value is (199,96,33). Sum of RGB (Red+Green+Blue) = 199+96+33=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C76021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76021 is #389FDE. Grayscale: #777777. Windows color (decimal): -3710943 or 2187463. OLE color: 2187463.
HSL color Cylindrical-coordinate representation of color #C76021: hue angle of 22.77º 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 #C76021 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 33 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.22 |
| HSL | 22.77º | 0.72% | 0.45% | - |
| HSV(B) | 22.77º | 0.83% | 0.78% | - |
| XYZ | 28.01 | 20.62 | 3.94 | - |
| YUV | 119.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 33 | 0 | 0.52 | 0.83 | 0.22 | 22.77 | 0.72 | 0.45 |
| Hex | C7 | 60 | 21 | 0 | 34 | 53 | 16 | 17 | 48 | 2D |
| Octal | 307 | 140 | 41 | 0 | 64 | 123 | 26 | 27 | 110 | 55 |
| Binary | 11000111 | 1100000 | 100001 | 0 | 110100 | 1010011 | 10110 | 10111 | 1001000 | 101101 |
Color Harmonies of #C76021
Complementary color
Monochromatic Colors of #C76021
Black with #C76021
Text Example
Text Example
White with #C76021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76021; }
p { color: rgb(199,96,33); }
H1.HeaderClassName
{
color: #C76021;
}
.AnyTagClassName
{
color: #C76021;
}
</style>
background-color css
<style>
a { background-color: #C76021; }
a { background-color: rgb(199,96,33); }
div.DivClassName
{
background-color: #C76021;
}
.BgClassName
{
background-color: #C76021;
}
</style>
border-color css
<style>
span { border-color: #C76021; }
span { border-color: rgb(199,96,33); }
td.TdClassName
{
border-color: #C76021;
}
.TagClassName
{
border-color: #C76021;
}
</style>