Shades of Chocolate #C36119
Tints of Chocolate #C36119
RGB
CMYK
RGB Variations
Color information
#C36119 (or 0xC36119) is known color: Chocolate. HEX triplet: C3, 61 and 19. RGB value is (195,97,25). Sum of RGB (Red+Green+Blue) = 195+97+25=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36119 is #3C9EE6. Grayscale: #767676. Windows color (decimal): -3972839 or 1663427. OLE color: 1663427.
HSL color Cylindrical-coordinate representation of color #C36119: hue angle of 25.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C36119 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 25 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.24 |
| HSL | 25.41º | 0.77% | 0.43% | - |
| HSV(B) | 25.41º | 0.87% | 0.76% | - |
| XYZ | 26.96 | 20.22 | 3.4 | - |
| YUV | 118.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 25 | 0 | 0.50 | 0.87 | 0.24 | 25.41 | 0.77 | 0.43 |
| Hex | C3 | 61 | 19 | 0 | 32 | 57 | 18 | 19 | 4D | 2B |
| Octal | 303 | 141 | 31 | 0 | 62 | 127 | 30 | 31 | 115 | 53 |
| Binary | 11000011 | 1100001 | 11001 | 0 | 110010 | 1010111 | 11000 | 11001 | 1001101 | 101011 |
Color Harmonies of #C36119
Complementary color
Monochromatic Colors of #C36119
Black with #C36119
Text Example
Text Example
White with #C36119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36119; }
p { color: rgb(195,97,25); }
H1.HeaderClassName
{
color: #C36119;
}
.AnyTagClassName
{
color: #C36119;
}
</style>
background-color css
<style>
a { background-color: #C36119; }
a { background-color: rgb(195,97,25); }
div.DivClassName
{
background-color: #C36119;
}
.BgClassName
{
background-color: #C36119;
}
</style>
border-color css
<style>
span { border-color: #C36119; }
span { border-color: rgb(195,97,25); }
td.TdClassName
{
border-color: #C36119;
}
.TagClassName
{
border-color: #C36119;
}
</style>