Shades of Chocolate #C76423
Tints of Chocolate #C76423
RGB
CMYK
RGB Variations
Color information
#C76423 (or 0xC76423) is known color: Chocolate. HEX triplet: C7, 64 and 23. RGB value is (199,100,35). Sum of RGB (Red+Green+Blue) = 199+100+35=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C76423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76423 is #389BDC. Grayscale: #7A7A7A. Windows color (decimal): -3709917 or 2319559. OLE color: 2319559.
HSL color Cylindrical-coordinate representation of color #C76423: hue angle of 23.78º degrees, saturation: 0.7, 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 #C76423 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 35 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.22 |
| HSL | 23.78º | 0.7% | 0.46% | - |
| HSV(B) | 23.78º | 0.82% | 0.78% | - |
| XYZ | 28.41 | 21.38 | 4.22 | - |
| YUV | 122.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 35 | 0 | 0.50 | 0.82 | 0.22 | 23.78 | 0.7 | 0.46 |
| Hex | C7 | 64 | 23 | 0 | 32 | 52 | 16 | 18 | 46 | 2E |
| Octal | 307 | 144 | 43 | 0 | 62 | 122 | 26 | 30 | 106 | 56 |
| Binary | 11000111 | 1100100 | 100011 | 0 | 110010 | 1010010 | 10110 | 11000 | 1000110 | 101110 |
Color Harmonies of #C76423
Complementary color
Monochromatic Colors of #C76423
Black with #C76423
Text Example
Text Example
White with #C76423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76423; }
p { color: rgb(199,100,35); }
H1.HeaderClassName
{
color: #C76423;
}
.AnyTagClassName
{
color: #C76423;
}
</style>
background-color css
<style>
a { background-color: #C76423; }
a { background-color: rgb(199,100,35); }
div.DivClassName
{
background-color: #C76423;
}
.BgClassName
{
background-color: #C76423;
}
</style>
border-color css
<style>
span { border-color: #C76423; }
span { border-color: rgb(199,100,35); }
td.TdClassName
{
border-color: #C76423;
}
.TagClassName
{
border-color: #C76423;
}
</style>