Shades of Chocolate #C76518
Tints of Chocolate #C76518
RGB
CMYK
RGB Variations
Color information
#C76518 (or 0xC76518) is known color: Chocolate. HEX triplet: C7, 65 and 18. RGB value is (199,101,24). Sum of RGB (Red+Green+Blue) = 199+101+24=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C76518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76518 is #389AE7. Grayscale: #797979. Windows color (decimal): -3709672 or 1598919. OLE color: 1598919.
HSL color Cylindrical-coordinate representation of color #C76518: hue angle of 26.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76518 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 24 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.22 |
| HSL | 26.4º | 0.78% | 0.44% | - |
| HSV(B) | 26.4º | 0.88% | 0.78% | - |
| XYZ | 28.37 | 21.52 | 3.52 | - |
| YUV | 121.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 24 | 0 | 0.49 | 0.88 | 0.22 | 26.4 | 0.78 | 0.44 |
| Hex | C7 | 65 | 18 | 0 | 31 | 58 | 16 | 1A | 4E | 2C |
| Octal | 307 | 145 | 30 | 0 | 61 | 130 | 26 | 32 | 116 | 54 |
| Binary | 11000111 | 1100101 | 11000 | 0 | 110001 | 1011000 | 10110 | 11010 | 1001110 | 101100 |
Color Harmonies of #C76518
Complementary color
Monochromatic Colors of #C76518
Black with #C76518
Text Example
Text Example
White with #C76518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76518; }
p { color: rgb(199,101,24); }
H1.HeaderClassName
{
color: #C76518;
}
.AnyTagClassName
{
color: #C76518;
}
</style>
background-color css
<style>
a { background-color: #C76518; }
a { background-color: rgb(199,101,24); }
div.DivClassName
{
background-color: #C76518;
}
.BgClassName
{
background-color: #C76518;
}
</style>
border-color css
<style>
span { border-color: #C76518; }
span { border-color: rgb(199,101,24); }
td.TdClassName
{
border-color: #C76518;
}
.TagClassName
{
border-color: #C76518;
}
</style>