Shades of Chocolate #C46713
Tints of Chocolate #C46713
RGB
CMYK
RGB Variations
Color information
#C46713 (or 0xC46713) is known color: Chocolate. HEX triplet: C4, 67 and 13. RGB value is (196,103,19). Sum of RGB (Red+Green+Blue) = 196+103+19=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C46713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46713 is #3B98EC. Grayscale: #797979. Windows color (decimal): -3905773 or 1271748. OLE color: 1271748.
HSL color Cylindrical-coordinate representation of color #C46713: hue angle of 28.47º 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 #C46713 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.23 |
| HSL | 28.47º | 0.82% | 0.42% | - |
| HSV(B) | 28.47º | 0.9% | 0.77% | - |
| XYZ | 27.73 | 21.48 | 3.3 | - |
| YUV | 121.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 19 | 0 | 0.47 | 0.90 | 0.23 | 28.47 | 0.82 | 0.42 |
| Hex | C4 | 67 | 13 | 0 | 2F | 5A | 17 | 1C | 52 | 2A |
| Octal | 304 | 147 | 23 | 0 | 57 | 132 | 27 | 34 | 122 | 52 |
| Binary | 11000100 | 1100111 | 10011 | 0 | 101111 | 1011010 | 10111 | 11100 | 1010010 | 101010 |
Color Harmonies of #C46713
Complementary color
Monochromatic Colors of #C46713
Black with #C46713
Text Example
Text Example
White with #C46713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46713; }
p { color: rgb(196,103,19); }
H1.HeaderClassName
{
color: #C46713;
}
.AnyTagClassName
{
color: #C46713;
}
</style>
background-color css
<style>
a { background-color: #C46713; }
a { background-color: rgb(196,103,19); }
div.DivClassName
{
background-color: #C46713;
}
.BgClassName
{
background-color: #C46713;
}
</style>
border-color css
<style>
span { border-color: #C46713; }
span { border-color: rgb(196,103,19); }
td.TdClassName
{
border-color: #C46713;
}
.TagClassName
{
border-color: #C46713;
}
</style>