Shades of Chocolate #C76323
Tints of Chocolate #C76323
RGB
CMYK
RGB Variations
Color information
#C76323 (or 0xC76323) is known color: Chocolate. HEX triplet: C7, 63 and 23. RGB value is (199,99,35). Sum of RGB (Red+Green+Blue) = 199+99+35=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C76323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76323 is #389CDC. Grayscale: #797979. Windows color (decimal): -3710173 or 2319303. OLE color: 2319303.
HSL color Cylindrical-coordinate representation of color #C76323: hue angle of 23.41º 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 #C76323 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 35 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.22 |
| HSL | 23.41º | 0.7% | 0.46% | - |
| HSV(B) | 23.41º | 0.82% | 0.78% | - |
| XYZ | 28.32 | 21.19 | 4.19 | - |
| YUV | 121.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 35 | 0 | 0.50 | 0.82 | 0.22 | 23.41 | 0.7 | 0.46 |
| Hex | C7 | 63 | 23 | 0 | 32 | 52 | 16 | 17 | 46 | 2E |
| Octal | 307 | 143 | 43 | 0 | 62 | 122 | 26 | 27 | 106 | 56 |
| Binary | 11000111 | 1100011 | 100011 | 0 | 110010 | 1010010 | 10110 | 10111 | 1000110 | 101110 |
Color Harmonies of #C76323
Complementary color
Monochromatic Colors of #C76323
Black with #C76323
Text Example
Text Example
White with #C76323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76323; }
p { color: rgb(199,99,35); }
H1.HeaderClassName
{
color: #C76323;
}
.AnyTagClassName
{
color: #C76323;
}
</style>
background-color css
<style>
a { background-color: #C76323; }
a { background-color: rgb(199,99,35); }
div.DivClassName
{
background-color: #C76323;
}
.BgClassName
{
background-color: #C76323;
}
</style>
border-color css
<style>
span { border-color: #C76323; }
span { border-color: rgb(199,99,35); }
td.TdClassName
{
border-color: #C76323;
}
.TagClassName
{
border-color: #C76323;
}
</style>