Shades of Chocolate #C76B19
Tints of Chocolate #C76B19
RGB
CMYK
RGB Variations
Color information
#C76B19 (or 0xC76B19) is known color: Chocolate. HEX triplet: C7, 6B and 19. RGB value is (199,107,25). Sum of RGB (Red+Green+Blue) = 199+107+25=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76B19 is #3894E6. Grayscale: #7D7D7D. Windows color (decimal): -3708135 or 1665991. OLE color: 1665991.
HSL color Cylindrical-coordinate representation of color #C76B19: hue angle of 28.28º 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 #C76B19 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.22 |
| HSL | 28.28º | 0.78% | 0.44% | - |
| HSV(B) | 28.28º | 0.87% | 0.78% | - |
| XYZ | 28.99 | 22.73 | 3.78 | - |
| YUV | 125.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 25 | 0 | 0.46 | 0.87 | 0.22 | 28.28 | 0.78 | 0.44 |
| Hex | C7 | 6B | 19 | 0 | 2E | 57 | 16 | 1C | 4E | 2C |
| Octal | 307 | 153 | 31 | 0 | 56 | 127 | 26 | 34 | 116 | 54 |
| Binary | 11000111 | 1101011 | 11001 | 0 | 101110 | 1010111 | 10110 | 11100 | 1001110 | 101100 |
Color Harmonies of #C76B19
Complementary color
Monochromatic Colors of #C76B19
Black with #C76B19
Text Example
Text Example
White with #C76B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B19; }
p { color: rgb(199,107,25); }
H1.HeaderClassName
{
color: #C76B19;
}
.AnyTagClassName
{
color: #C76B19;
}
</style>
background-color css
<style>
a { background-color: #C76B19; }
a { background-color: rgb(199,107,25); }
div.DivClassName
{
background-color: #C76B19;
}
.BgClassName
{
background-color: #C76B19;
}
</style>
border-color css
<style>
span { border-color: #C76B19; }
span { border-color: rgb(199,107,25); }
td.TdClassName
{
border-color: #C76B19;
}
.TagClassName
{
border-color: #C76B19;
}
</style>