Shades of Chocolate #C36A19
Tints of Chocolate #C36A19
RGB
CMYK
RGB Variations
Color information
#C36A19 (or 0xC36A19) is known color: Chocolate. HEX triplet: C3, 6A and 19. RGB value is (195,106,25). Sum of RGB (Red+Green+Blue) = 195+106+25=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A19 is #3C95E6. Grayscale: #7B7B7B. Windows color (decimal): -3970535 or 1665731. OLE color: 1665731.
HSL color Cylindrical-coordinate representation of color #C36A19: hue angle of 28.59º 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 #C36A19 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.24 |
| HSL | 28.59º | 0.77% | 0.43% | - |
| HSV(B) | 28.59º | 0.87% | 0.76% | - |
| XYZ | 27.84 | 21.98 | 3.7 | - |
| YUV | 123.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 25 | 0 | 0.46 | 0.87 | 0.24 | 28.59 | 0.77 | 0.43 |
| Hex | C3 | 6A | 19 | 0 | 2E | 57 | 18 | 1D | 4D | 2B |
| Octal | 303 | 152 | 31 | 0 | 56 | 127 | 30 | 35 | 115 | 53 |
| Binary | 11000011 | 1101010 | 11001 | 0 | 101110 | 1010111 | 11000 | 11101 | 1001101 | 101011 |
Color Harmonies of #C36A19
Complementary color
Monochromatic Colors of #C36A19
Black with #C36A19
Text Example
Text Example
White with #C36A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A19; }
p { color: rgb(195,106,25); }
H1.HeaderClassName
{
color: #C36A19;
}
.AnyTagClassName
{
color: #C36A19;
}
</style>
background-color css
<style>
a { background-color: #C36A19; }
a { background-color: rgb(195,106,25); }
div.DivClassName
{
background-color: #C36A19;
}
.BgClassName
{
background-color: #C36A19;
}
</style>
border-color css
<style>
span { border-color: #C36A19; }
span { border-color: rgb(195,106,25); }
td.TdClassName
{
border-color: #C36A19;
}
.TagClassName
{
border-color: #C36A19;
}
</style>