Shades of Chocolate #C36A1B
Tints of Chocolate #C36A1B
RGB
CMYK
RGB Variations
Color information
#C36A1B (or 0xC36A1B) is known color: Chocolate. HEX triplet: C3, 6A and 1B. RGB value is (195,106,27). Sum of RGB (Red+Green+Blue) = 195+106+27=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A1B is #3C95E4. Grayscale: #7C7C7C. Windows color (decimal): -3970533 or 1796803. OLE color: 1796803.
HSL color Cylindrical-coordinate representation of color #C36A1B: hue angle of 28.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C36A1B is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 27 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.24 |
| HSL | 28.21º | 0.76% | 0.44% | - |
| HSV(B) | 28.21º | 0.86% | 0.76% | - |
| XYZ | 27.86 | 21.99 | 3.81 | - |
| YUV | 123.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 27 | 0 | 0.46 | 0.86 | 0.24 | 28.21 | 0.76 | 0.44 |
| Hex | C3 | 6A | 1B | 0 | 2E | 56 | 18 | 1C | 4C | 2C |
| Octal | 303 | 152 | 33 | 0 | 56 | 126 | 30 | 34 | 114 | 54 |
| Binary | 11000011 | 1101010 | 11011 | 0 | 101110 | 1010110 | 11000 | 11100 | 1001100 | 101100 |
Color Harmonies of #C36A1B
Complementary color
Monochromatic Colors of #C36A1B
Black with #C36A1B
Text Example
Text Example
White with #C36A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A1B; }
p { color: rgb(195,106,27); }
H1.HeaderClassName
{
color: #C36A1B;
}
.AnyTagClassName
{
color: #C36A1B;
}
</style>
background-color css
<style>
a { background-color: #C36A1B; }
a { background-color: rgb(195,106,27); }
div.DivClassName
{
background-color: #C36A1B;
}
.BgClassName
{
background-color: #C36A1B;
}
</style>
border-color css
<style>
span { border-color: #C36A1B; }
span { border-color: rgb(195,106,27); }
td.TdClassName
{
border-color: #C36A1B;
}
.TagClassName
{
border-color: #C36A1B;
}
</style>