Shades of Chocolate #C76317
Tints of Chocolate #C76317
RGB
CMYK
RGB Variations
Color information
#C76317 (or 0xC76317) is known color: Chocolate. HEX triplet: C7, 63 and 17. RGB value is (199,99,23). Sum of RGB (Red+Green+Blue) = 199+99+23=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C76317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76317 is #389CE8. Grayscale: #787878. Windows color (decimal): -3710185 or 1532871. OLE color: 1532871.
HSL color Cylindrical-coordinate representation of color #C76317: hue angle of 25.91º degrees, saturation: 0.79, 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 #C76317 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 23 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.22 |
| HSL | 25.91º | 0.79% | 0.44% | - |
| HSV(B) | 25.91º | 0.88% | 0.78% | - |
| XYZ | 28.17 | 21.13 | 3.4 | - |
| YUV | 120.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 23 | 0 | 0.50 | 0.88 | 0.22 | 25.91 | 0.79 | 0.44 |
| Hex | C7 | 63 | 17 | 0 | 32 | 58 | 16 | 1A | 4F | 2C |
| Octal | 307 | 143 | 27 | 0 | 62 | 130 | 26 | 32 | 117 | 54 |
| Binary | 11000111 | 1100011 | 10111 | 0 | 110010 | 1011000 | 10110 | 11010 | 1001111 | 101100 |
Color Harmonies of #C76317
Complementary color
Monochromatic Colors of #C76317
Black with #C76317
Text Example
Text Example
White with #C76317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76317; }
p { color: rgb(199,99,23); }
H1.HeaderClassName
{
color: #C76317;
}
.AnyTagClassName
{
color: #C76317;
}
</style>
background-color css
<style>
a { background-color: #C76317; }
a { background-color: rgb(199,99,23); }
div.DivClassName
{
background-color: #C76317;
}
.BgClassName
{
background-color: #C76317;
}
</style>
border-color css
<style>
span { border-color: #C76317; }
span { border-color: rgb(199,99,23); }
td.TdClassName
{
border-color: #C76317;
}
.TagClassName
{
border-color: #C76317;
}
</style>