Shades of Chocolate #C45A15
Tints of Chocolate #C45A15
RGB
CMYK
RGB Variations
Color information
#C45A15 (or 0xC45A15) is known color: Chocolate. HEX triplet: C4, 5A and 15. RGB value is (196,90,21). Sum of RGB (Red+Green+Blue) = 196+90+21=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A15 is #3BA5EA. Grayscale: #727272. Windows color (decimal): -3909099 or 1399492. OLE color: 1399492.
HSL color Cylindrical-coordinate representation of color #C45A15: hue angle of 23.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45A15 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 21 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.23 |
| HSL | 23.66º | 0.81% | 0.43% | - |
| HSV(B) | 23.66º | 0.89% | 0.77% | - |
| XYZ | 26.56 | 19.1 | 3 | - |
| YUV | 113.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 21 | 0 | 0.54 | 0.89 | 0.23 | 23.66 | 0.81 | 0.43 |
| Hex | C4 | 5A | 15 | 0 | 36 | 59 | 17 | 18 | 51 | 2B |
| Octal | 304 | 132 | 25 | 0 | 66 | 131 | 27 | 30 | 121 | 53 |
| Binary | 11000100 | 1011010 | 10101 | 0 | 110110 | 1011001 | 10111 | 11000 | 1010001 | 101011 |
Color Harmonies of #C45A15
Complementary color
Monochromatic Colors of #C45A15
Black with #C45A15
Text Example
Text Example
White with #C45A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A15; }
p { color: rgb(196,90,21); }
H1.HeaderClassName
{
color: #C45A15;
}
.AnyTagClassName
{
color: #C45A15;
}
</style>
background-color css
<style>
a { background-color: #C45A15; }
a { background-color: rgb(196,90,21); }
div.DivClassName
{
background-color: #C45A15;
}
.BgClassName
{
background-color: #C45A15;
}
</style>
border-color css
<style>
span { border-color: #C45A15; }
span { border-color: rgb(196,90,21); }
td.TdClassName
{
border-color: #C45A15;
}
.TagClassName
{
border-color: #C45A15;
}
</style>