Shades of Chocolate #C46913
Tints of Chocolate #C46913
RGB
CMYK
RGB Variations
Color information
#C46913 (or 0xC46913) is known color: Chocolate. HEX triplet: C4, 69 and 13. RGB value is (196,105,19). Sum of RGB (Red+Green+Blue) = 196+105+19=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C46913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46913 is #3B96EC. Grayscale: #7A7A7A. Windows color (decimal): -3905261 or 1272260. OLE color: 1272260.
HSL color Cylindrical-coordinate representation of color #C46913: hue angle of 29.15º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46913 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.23 |
| HSL | 29.15º | 0.82% | 0.42% | - |
| HSV(B) | 29.15º | 0.9% | 0.77% | - |
| XYZ | 27.93 | 21.89 | 3.37 | - |
| YUV | 122.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 19 | 0 | 0.46 | 0.90 | 0.23 | 29.15 | 0.82 | 0.42 |
| Hex | C4 | 69 | 13 | 0 | 2E | 5A | 17 | 1D | 52 | 2A |
| Octal | 304 | 151 | 23 | 0 | 56 | 132 | 27 | 35 | 122 | 52 |
| Binary | 11000100 | 1101001 | 10011 | 0 | 101110 | 1011010 | 10111 | 11101 | 1010010 | 101010 |
Color Harmonies of #C46913
Complementary color
Monochromatic Colors of #C46913
Black with #C46913
Text Example
Text Example
White with #C46913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46913; }
p { color: rgb(196,105,19); }
H1.HeaderClassName
{
color: #C46913;
}
.AnyTagClassName
{
color: #C46913;
}
</style>
background-color css
<style>
a { background-color: #C46913; }
a { background-color: rgb(196,105,19); }
div.DivClassName
{
background-color: #C46913;
}
.BgClassName
{
background-color: #C46913;
}
</style>
border-color css
<style>
span { border-color: #C46913; }
span { border-color: rgb(196,105,19); }
td.TdClassName
{
border-color: #C46913;
}
.TagClassName
{
border-color: #C46913;
}
</style>