Shades of Chocolate #C76311
Tints of Chocolate #C76311
RGB
CMYK
RGB Variations
Color information
#C76311 (or 0xC76311) is known color: Chocolate. HEX triplet: C7, 63 and 11. RGB value is (199,99,17). Sum of RGB (Red+Green+Blue) = 199+99+17=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C76311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76311 is #389CEE. Grayscale: #777777. Windows color (decimal): -3710191 or 1139655. OLE color: 1139655.
HSL color Cylindrical-coordinate representation of color #C76311: hue angle of 27.03º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C76311 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 17 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.22 |
| HSL | 27.03º | 0.84% | 0.42% | - |
| HSV(B) | 27.03º | 0.91% | 0.78% | - |
| XYZ | 28.12 | 21.11 | 3.12 | - |
| YUV | 119.55 | 70.13 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 17 | 0 | 0.50 | 0.91 | 0.22 | 27.03 | 0.84 | 0.42 |
| Hex | C7 | 63 | 11 | 0 | 32 | 5B | 16 | 1B | 54 | 2A |
| Octal | 307 | 143 | 21 | 0 | 62 | 133 | 26 | 33 | 124 | 52 |
| Binary | 11000111 | 1100011 | 10001 | 0 | 110010 | 1011011 | 10110 | 11011 | 1010100 | 101010 |
Color Harmonies of #C76311
Complementary color
Monochromatic Colors of #C76311
Black with #C76311
Text Example
Text Example
White with #C76311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76311; }
p { color: rgb(199,99,17); }
H1.HeaderClassName
{
color: #C76311;
}
.AnyTagClassName
{
color: #C76311;
}
</style>
background-color css
<style>
a { background-color: #C76311; }
a { background-color: rgb(199,99,17); }
div.DivClassName
{
background-color: #C76311;
}
.BgClassName
{
background-color: #C76311;
}
</style>
border-color css
<style>
span { border-color: #C76311; }
span { border-color: rgb(199,99,17); }
td.TdClassName
{
border-color: #C76311;
}
.TagClassName
{
border-color: #C76311;
}
</style>