Shades of Chocolate #C76716
Tints of Chocolate #C76716
RGB
CMYK
RGB Variations
Color information
#C76716 (or 0xC76716) is known color: Chocolate. HEX triplet: C7, 67 and 16. RGB value is (199,103,22). Sum of RGB (Red+Green+Blue) = 199+103+22=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76716 is #3898E9. Grayscale: #7A7A7A. Windows color (decimal): -3709162 or 1468359. OLE color: 1468359.
HSL color Cylindrical-coordinate representation of color #C76716: hue angle of 27.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76716 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.22 |
| HSL | 27.46º | 0.8% | 0.43% | - |
| HSV(B) | 27.46º | 0.89% | 0.78% | - |
| XYZ | 28.55 | 21.9 | 3.48 | - |
| YUV | 122.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 22 | 0 | 0.48 | 0.89 | 0.22 | 27.46 | 0.8 | 0.43 |
| Hex | C7 | 67 | 16 | 0 | 30 | 59 | 16 | 1B | 50 | 2B |
| Octal | 307 | 147 | 26 | 0 | 60 | 131 | 26 | 33 | 120 | 53 |
| Binary | 11000111 | 1100111 | 10110 | 0 | 110000 | 1011001 | 10110 | 11011 | 1010000 | 101011 |
Color Harmonies of #C76716
Complementary color
Monochromatic Colors of #C76716
Black with #C76716
Text Example
Text Example
White with #C76716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76716; }
p { color: rgb(199,103,22); }
H1.HeaderClassName
{
color: #C76716;
}
.AnyTagClassName
{
color: #C76716;
}
</style>
background-color css
<style>
a { background-color: #C76716; }
a { background-color: rgb(199,103,22); }
div.DivClassName
{
background-color: #C76716;
}
.BgClassName
{
background-color: #C76716;
}
</style>
border-color css
<style>
span { border-color: #C76716; }
span { border-color: rgb(199,103,22); }
td.TdClassName
{
border-color: #C76716;
}
.TagClassName
{
border-color: #C76716;
}
</style>