Shades of Chocolate #C76915
Tints of Chocolate #C76915
RGB
CMYK
RGB Variations
Color information
#C76915 (or 0xC76915) is known color: Chocolate. HEX triplet: C7, 69 and 15. RGB value is (199,105,21). Sum of RGB (Red+Green+Blue) = 199+105+21=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C76915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76915 is #3896EA. Grayscale: #7B7B7B. Windows color (decimal): -3708651 or 1403335. OLE color: 1403335.
HSL color Cylindrical-coordinate representation of color #C76915: hue angle of 28.31º degrees, saturation: 0.81, 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 #C76915 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.22 |
| HSL | 28.31º | 0.81% | 0.43% | - |
| HSV(B) | 28.31º | 0.89% | 0.78% | - |
| XYZ | 28.74 | 22.3 | 3.5 | - |
| YUV | 123.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 21 | 0 | 0.47 | 0.89 | 0.22 | 28.31 | 0.81 | 0.43 |
| Hex | C7 | 69 | 15 | 0 | 2F | 59 | 16 | 1C | 51 | 2B |
| Octal | 307 | 151 | 25 | 0 | 57 | 131 | 26 | 34 | 121 | 53 |
| Binary | 11000111 | 1101001 | 10101 | 0 | 101111 | 1011001 | 10110 | 11100 | 1010001 | 101011 |
Color Harmonies of #C76915
Complementary color
Monochromatic Colors of #C76915
Black with #C76915
Text Example
Text Example
White with #C76915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76915; }
p { color: rgb(199,105,21); }
H1.HeaderClassName
{
color: #C76915;
}
.AnyTagClassName
{
color: #C76915;
}
</style>
background-color css
<style>
a { background-color: #C76915; }
a { background-color: rgb(199,105,21); }
div.DivClassName
{
background-color: #C76915;
}
.BgClassName
{
background-color: #C76915;
}
</style>
border-color css
<style>
span { border-color: #C76915; }
span { border-color: rgb(199,105,21); }
td.TdClassName
{
border-color: #C76915;
}
.TagClassName
{
border-color: #C76915;
}
</style>