Shades of Chocolate #C76913
Tints of Chocolate #C76913
RGB
CMYK
RGB Variations
Color information
#C76913 (or 0xC76913) is known color: Chocolate. HEX triplet: C7, 69 and 13. RGB value is (199,105,19). Sum of RGB (Red+Green+Blue) = 199+105+19=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C76913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76913 is #3896EC. Grayscale: #7B7B7B. Windows color (decimal): -3708653 or 1272263. OLE color: 1272263.
HSL color Cylindrical-coordinate representation of color #C76913: hue angle of 28.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C76913 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.22 |
| HSL | 28.67º | 0.83% | 0.43% | - |
| HSV(B) | 28.67º | 0.9% | 0.78% | - |
| XYZ | 28.72 | 22.29 | 3.41 | - |
| YUV | 123.3 | 69.14 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 19 | 0 | 0.47 | 0.90 | 0.22 | 28.67 | 0.83 | 0.43 |
| Hex | C7 | 69 | 13 | 0 | 2F | 5A | 16 | 1D | 53 | 2B |
| Octal | 307 | 151 | 23 | 0 | 57 | 132 | 26 | 35 | 123 | 53 |
| Binary | 11000111 | 1101001 | 10011 | 0 | 101111 | 1011010 | 10110 | 11101 | 1010011 | 101011 |
Color Harmonies of #C76913
Complementary color
Monochromatic Colors of #C76913
Black with #C76913
Text Example
Text Example
White with #C76913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76913; }
p { color: rgb(199,105,19); }
H1.HeaderClassName
{
color: #C76913;
}
.AnyTagClassName
{
color: #C76913;
}
</style>
background-color css
<style>
a { background-color: #C76913; }
a { background-color: rgb(199,105,19); }
div.DivClassName
{
background-color: #C76913;
}
.BgClassName
{
background-color: #C76913;
}
</style>
border-color css
<style>
span { border-color: #C76913; }
span { border-color: rgb(199,105,19); }
td.TdClassName
{
border-color: #C76913;
}
.TagClassName
{
border-color: #C76913;
}
</style>