Shades of Chocolate #C76724
Tints of Chocolate #C76724
RGB
CMYK
RGB Variations
Color information
#C76724 (or 0xC76724) is known color: Chocolate. HEX triplet: C7, 67 and 24. RGB value is (199,103,36). Sum of RGB (Red+Green+Blue) = 199+103+36=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C76724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76724 is #3898DB. Grayscale: #7C7C7C. Windows color (decimal): -3709148 or 2385863. OLE color: 2385863.
HSL color Cylindrical-coordinate representation of color #C76724: hue angle of 24.66º 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 #C76724 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 36 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.22 |
| HSL | 24.66º | 0.69% | 0.46% | - |
| HSV(B) | 24.66º | 0.82% | 0.78% | - |
| XYZ | 28.72 | 21.97 | 4.4 | - |
| YUV | 124.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 36 | 0 | 0.48 | 0.82 | 0.22 | 24.66 | 0.69 | 0.46 |
| Hex | C7 | 67 | 24 | 0 | 30 | 52 | 16 | 19 | 45 | 2E |
| Octal | 307 | 147 | 44 | 0 | 60 | 122 | 26 | 31 | 105 | 56 |
| Binary | 11000111 | 1100111 | 100100 | 0 | 110000 | 1010010 | 10110 | 11001 | 1000101 | 101110 |
Color Harmonies of #C76724
Complementary color
Monochromatic Colors of #C76724
Black with #C76724
Text Example
Text Example
White with #C76724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76724; }
p { color: rgb(199,103,36); }
H1.HeaderClassName
{
color: #C76724;
}
.AnyTagClassName
{
color: #C76724;
}
</style>
background-color css
<style>
a { background-color: #C76724; }
a { background-color: rgb(199,103,36); }
div.DivClassName
{
background-color: #C76724;
}
.BgClassName
{
background-color: #C76724;
}
</style>
border-color css
<style>
span { border-color: #C76724; }
span { border-color: rgb(199,103,36); }
td.TdClassName
{
border-color: #C76724;
}
.TagClassName
{
border-color: #C76724;
}
</style>