Shades of Chocolate #C46D0A
Tints of Chocolate #C46D0A
RGB
CMYK
RGB Variations
Color information
#C46D0A (or 0xC46D0A) is known color: Chocolate. HEX triplet: C4, 6D and 0A. RGB value is (196,109,10). Sum of RGB (Red+Green+Blue) = 196+109+10=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46D0A is #3B92F5. Grayscale: #7C7C7C. Windows color (decimal): -3904246 or 683460. OLE color: 683460.
HSL color Cylindrical-coordinate representation of color #C46D0A: hue angle of 31.94º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C46D0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.23 |
| HSL | 31.94º | 0.9% | 0.4% | - |
| HSV(B) | 31.94º | 0.95% | 0.77% | - |
| XYZ | 28.29 | 22.69 | 3.18 | - |
| YUV | 123.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 10 | 0 | 0.44 | 0.95 | 0.23 | 31.94 | 0.9 | 0.4 |
| Hex | C4 | 6D | A | 0 | 2C | 5F | 17 | 20 | 5A | 28 |
| Octal | 304 | 155 | 12 | 0 | 54 | 137 | 27 | 40 | 132 | 50 |
| Binary | 11000100 | 1101101 | 1010 | 0 | 101100 | 1011111 | 10111 | 100000 | 1011010 | 101000 |
Color Harmonies of #C46D0A
Complementary color
Monochromatic Colors of #C46D0A
Black with #C46D0A
Text Example
Text Example
White with #C46D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D0A; }
p { color: rgb(196,109,10); }
H1.HeaderClassName
{
color: #C46D0A;
}
.AnyTagClassName
{
color: #C46D0A;
}
</style>
background-color css
<style>
a { background-color: #C46D0A; }
a { background-color: rgb(196,109,10); }
div.DivClassName
{
background-color: #C46D0A;
}
.BgClassName
{
background-color: #C46D0A;
}
</style>
border-color css
<style>
span { border-color: #C46D0A; }
span { border-color: rgb(196,109,10); }
td.TdClassName
{
border-color: #C46D0A;
}
.TagClassName
{
border-color: #C46D0A;
}
</style>