Shades of Chocolate #C46A1B
Tints of Chocolate #C46A1B
RGB
CMYK
RGB Variations
Color information
#C46A1B (or 0xC46A1B) is known color: Chocolate. HEX triplet: C4, 6A and 1B. RGB value is (196,106,27). Sum of RGB (Red+Green+Blue) = 196+106+27=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A1B is #3B95E4. Grayscale: #7C7C7C. Windows color (decimal): -3904997 or 1796804. OLE color: 1796804.
HSL color Cylindrical-coordinate representation of color #C46A1B: hue angle of 28.05º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C46A1B is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 27 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.23 |
| HSL | 28.05º | 0.76% | 0.44% | - |
| HSV(B) | 28.05º | 0.86% | 0.77% | - |
| XYZ | 28.12 | 22.12 | 3.83 | - |
| YUV | 123.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 27 | 0 | 0.46 | 0.86 | 0.23 | 28.05 | 0.76 | 0.44 |
| Hex | C4 | 6A | 1B | 0 | 2E | 56 | 17 | 1C | 4C | 2C |
| Octal | 304 | 152 | 33 | 0 | 56 | 126 | 27 | 34 | 114 | 54 |
| Binary | 11000100 | 1101010 | 11011 | 0 | 101110 | 1010110 | 10111 | 11100 | 1001100 | 101100 |
Color Harmonies of #C46A1B
Complementary color
Monochromatic Colors of #C46A1B
Black with #C46A1B
Text Example
Text Example
White with #C46A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A1B; }
p { color: rgb(196,106,27); }
H1.HeaderClassName
{
color: #C46A1B;
}
.AnyTagClassName
{
color: #C46A1B;
}
</style>
background-color css
<style>
a { background-color: #C46A1B; }
a { background-color: rgb(196,106,27); }
div.DivClassName
{
background-color: #C46A1B;
}
.BgClassName
{
background-color: #C46A1B;
}
</style>
border-color css
<style>
span { border-color: #C46A1B; }
span { border-color: rgb(196,106,27); }
td.TdClassName
{
border-color: #C46A1B;
}
.TagClassName
{
border-color: #C46A1B;
}
</style>