Shades of Chocolate #C76924
Tints of Chocolate #C76924
RGB
CMYK
RGB Variations
Color information
#C76924 (or 0xC76924) is known color: Chocolate. HEX triplet: C7, 69 and 24. RGB value is (199,105,36). Sum of RGB (Red+Green+Blue) = 199+105+36=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C76924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76924 is #3896DB. Grayscale: #7D7D7D. Windows color (decimal): -3708636 or 2386375. OLE color: 2386375.
HSL color Cylindrical-coordinate representation of color #C76924: hue angle of 25.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C76924 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 36 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.22 |
| HSL | 25.4º | 0.69% | 0.46% | - |
| HSV(B) | 25.4º | 0.82% | 0.78% | - |
| XYZ | 28.92 | 22.37 | 4.46 | - |
| YUV | 125.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 36 | 0 | 0.47 | 0.82 | 0.22 | 25.4 | 0.69 | 0.46 |
| Hex | C7 | 69 | 24 | 0 | 2F | 52 | 16 | 19 | 45 | 2E |
| Octal | 307 | 151 | 44 | 0 | 57 | 122 | 26 | 31 | 105 | 56 |
| Binary | 11000111 | 1101001 | 100100 | 0 | 101111 | 1010010 | 10110 | 11001 | 1000101 | 101110 |
Color Harmonies of #C76924
Complementary color
Monochromatic Colors of #C76924
Black with #C76924
Text Example
Text Example
White with #C76924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76924; }
p { color: rgb(199,105,36); }
H1.HeaderClassName
{
color: #C76924;
}
.AnyTagClassName
{
color: #C76924;
}
</style>
background-color css
<style>
a { background-color: #C76924; }
a { background-color: rgb(199,105,36); }
div.DivClassName
{
background-color: #C76924;
}
.BgClassName
{
background-color: #C76924;
}
</style>
border-color css
<style>
span { border-color: #C76924; }
span { border-color: rgb(199,105,36); }
td.TdClassName
{
border-color: #C76924;
}
.TagClassName
{
border-color: #C76924;
}
</style>