Shades of Chocolate #C76919
Tints of Chocolate #C76919
RGB
CMYK
RGB Variations
Color information
#C76919 (or 0xC76919) is known color: Chocolate. HEX triplet: C7, 69 and 19. RGB value is (199,105,25). Sum of RGB (Red+Green+Blue) = 199+105+25=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C76919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76919 is #3896E6. Grayscale: #7C7C7C. Windows color (decimal): -3708647 or 1665479. OLE color: 1665479.
HSL color Cylindrical-coordinate representation of color #C76919: hue angle of 27.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C76919 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 25 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.22 |
| HSL | 27.59º | 0.78% | 0.44% | - |
| HSV(B) | 27.59º | 0.87% | 0.78% | - |
| XYZ | 28.78 | 22.32 | 3.71 | - |
| YUV | 123.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 25 | 0 | 0.47 | 0.87 | 0.22 | 27.59 | 0.78 | 0.44 |
| Hex | C7 | 69 | 19 | 0 | 2F | 57 | 16 | 1C | 4E | 2C |
| Octal | 307 | 151 | 31 | 0 | 57 | 127 | 26 | 34 | 116 | 54 |
| Binary | 11000111 | 1101001 | 11001 | 0 | 101111 | 1010111 | 10110 | 11100 | 1001110 | 101100 |
Color Harmonies of #C76919
Complementary color
Monochromatic Colors of #C76919
Black with #C76919
Text Example
Text Example
White with #C76919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76919; }
p { color: rgb(199,105,25); }
H1.HeaderClassName
{
color: #C76919;
}
.AnyTagClassName
{
color: #C76919;
}
</style>
background-color css
<style>
a { background-color: #C76919; }
a { background-color: rgb(199,105,25); }
div.DivClassName
{
background-color: #C76919;
}
.BgClassName
{
background-color: #C76919;
}
</style>
border-color css
<style>
span { border-color: #C76919; }
span { border-color: rgb(199,105,25); }
td.TdClassName
{
border-color: #C76919;
}
.TagClassName
{
border-color: #C76919;
}
</style>