Shades of Chocolate #C46921
Tints of Chocolate #C46921
RGB
CMYK
RGB Variations
Color information
#C46921 (or 0xC46921) is known color: Chocolate. HEX triplet: C4, 69 and 21. RGB value is (196,105,33). Sum of RGB (Red+Green+Blue) = 196+105+33=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46921 is #3B96DE. Grayscale: #7C7C7C. Windows color (decimal): -3905247 or 2189764. OLE color: 2189764.
HSL color Cylindrical-coordinate representation of color #C46921: hue angle of 26.5º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C46921 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 33 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.23 |
| HSL | 26.5º | 0.71% | 0.45% | - |
| HSV(B) | 26.5º | 0.83% | 0.77% | - |
| XYZ | 28.09 | 21.95 | 4.19 | - |
| YUV | 124 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 33 | 0 | 0.46 | 0.83 | 0.23 | 26.5 | 0.71 | 0.45 |
| Hex | C4 | 69 | 21 | 0 | 2E | 53 | 17 | 1B | 47 | 2D |
| Octal | 304 | 151 | 41 | 0 | 56 | 123 | 27 | 33 | 107 | 55 |
| Binary | 11000100 | 1101001 | 100001 | 0 | 101110 | 1010011 | 10111 | 11011 | 1000111 | 101101 |
Color Harmonies of #C46921
Complementary color
Monochromatic Colors of #C46921
Black with #C46921
Text Example
Text Example
White with #C46921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46921; }
p { color: rgb(196,105,33); }
H1.HeaderClassName
{
color: #C46921;
}
.AnyTagClassName
{
color: #C46921;
}
</style>
background-color css
<style>
a { background-color: #C46921; }
a { background-color: rgb(196,105,33); }
div.DivClassName
{
background-color: #C46921;
}
.BgClassName
{
background-color: #C46921;
}
</style>
border-color css
<style>
span { border-color: #C46921; }
span { border-color: rgb(196,105,33); }
td.TdClassName
{
border-color: #C46921;
}
.TagClassName
{
border-color: #C46921;
}
</style>