Shades of Chocolate #C36819
Tints of Chocolate #C36819
RGB
CMYK
RGB Variations
Color information
#C36819 (or 0xC36819) is known color: Chocolate. HEX triplet: C3, 68 and 19. RGB value is (195,104,25). Sum of RGB (Red+Green+Blue) = 195+104+25=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C36819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36819 is #3C97E6. Grayscale: #7A7A7A. Windows color (decimal): -3971047 or 1665219. OLE color: 1665219.
HSL color Cylindrical-coordinate representation of color #C36819: hue angle of 27.88º 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 #C36819 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 25 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.24 |
| HSL | 27.88º | 0.77% | 0.43% | - |
| HSV(B) | 27.88º | 0.87% | 0.76% | - |
| XYZ | 27.63 | 21.57 | 3.63 | - |
| YUV | 122.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 25 | 0 | 0.47 | 0.87 | 0.24 | 27.88 | 0.77 | 0.43 |
| Hex | C3 | 68 | 19 | 0 | 2F | 57 | 18 | 1C | 4D | 2B |
| Octal | 303 | 150 | 31 | 0 | 57 | 127 | 30 | 34 | 115 | 53 |
| Binary | 11000011 | 1101000 | 11001 | 0 | 101111 | 1010111 | 11000 | 11100 | 1001101 | 101011 |
Color Harmonies of #C36819
Complementary color
Monochromatic Colors of #C36819
Black with #C36819
Text Example
Text Example
White with #C36819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36819; }
p { color: rgb(195,104,25); }
H1.HeaderClassName
{
color: #C36819;
}
.AnyTagClassName
{
color: #C36819;
}
</style>
background-color css
<style>
a { background-color: #C36819; }
a { background-color: rgb(195,104,25); }
div.DivClassName
{
background-color: #C36819;
}
.BgClassName
{
background-color: #C36819;
}
</style>
border-color css
<style>
span { border-color: #C36819; }
span { border-color: rgb(195,104,25); }
td.TdClassName
{
border-color: #C36819;
}
.TagClassName
{
border-color: #C36819;
}
</style>