Shades of Chocolate #C46A0D
Tints of Chocolate #C46A0D
RGB
CMYK
RGB Variations
Color information
#C46A0D (or 0xC46A0D) is known color: Chocolate. HEX triplet: C4, 6A and 0D. RGB value is (196,106,13). Sum of RGB (Red+Green+Blue) = 196+106+13=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A0D is #3B95F2. Grayscale: #7A7A7A. Windows color (decimal): -3905011 or 879300. OLE color: 879300.
HSL color Cylindrical-coordinate representation of color #C46A0D: hue angle of 30.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C46A0D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.23 |
| HSL | 30.49º | 0.88% | 0.41% | - |
| HSV(B) | 30.49º | 0.93% | 0.77% | - |
| XYZ | 27.99 | 22.07 | 3.17 | - |
| YUV | 122.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 13 | 0 | 0.46 | 0.93 | 0.23 | 30.49 | 0.88 | 0.41 |
| Hex | C4 | 6A | D | 0 | 2E | 5D | 17 | 1E | 58 | 29 |
| Octal | 304 | 152 | 15 | 0 | 56 | 135 | 27 | 36 | 130 | 51 |
| Binary | 11000100 | 1101010 | 1101 | 0 | 101110 | 1011101 | 10111 | 11110 | 1011000 | 101001 |
Color Harmonies of #C46A0D
Complementary color
Monochromatic Colors of #C46A0D
Black with #C46A0D
Text Example
Text Example
White with #C46A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A0D; }
p { color: rgb(196,106,13); }
H1.HeaderClassName
{
color: #C46A0D;
}
.AnyTagClassName
{
color: #C46A0D;
}
</style>
background-color css
<style>
a { background-color: #C46A0D; }
a { background-color: rgb(196,106,13); }
div.DivClassName
{
background-color: #C46A0D;
}
.BgClassName
{
background-color: #C46A0D;
}
</style>
border-color css
<style>
span { border-color: #C46A0D; }
span { border-color: rgb(196,106,13); }
td.TdClassName
{
border-color: #C46A0D;
}
.TagClassName
{
border-color: #C46A0D;
}
</style>