Shades of Chocolate #C4581A
Tints of Chocolate #C4581A
RGB
CMYK
RGB Variations
Color information
#C4581A (or 0xC4581A) is known color: Chocolate. HEX triplet: C4, 58 and 1A. RGB value is (196,88,26). Sum of RGB (Red+Green+Blue) = 196+88+26=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4581A is #3BA7E5. Grayscale: #717171. Windows color (decimal): -3909606 or 1726660. OLE color: 1726660.
HSL color Cylindrical-coordinate representation of color #C4581A: hue angle of 21.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4581A is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 26 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.23 |
| HSL | 21.88º | 0.77% | 0.44% | - |
| HSV(B) | 21.88º | 0.87% | 0.77% | - |
| XYZ | 26.44 | 18.79 | 3.21 | - |
| YUV | 113.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 26 | 0 | 0.55 | 0.87 | 0.23 | 21.88 | 0.77 | 0.44 |
| Hex | C4 | 58 | 1A | 0 | 37 | 57 | 17 | 16 | 4D | 2C |
| Octal | 304 | 130 | 32 | 0 | 67 | 127 | 27 | 26 | 115 | 54 |
| Binary | 11000100 | 1011000 | 11010 | 0 | 110111 | 1010111 | 10111 | 10110 | 1001101 | 101100 |
Color Harmonies of #C4581A
Complementary color
Monochromatic Colors of #C4581A
Black with #C4581A
Text Example
Text Example
White with #C4581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4581A; }
p { color: rgb(196,88,26); }
H1.HeaderClassName
{
color: #C4581A;
}
.AnyTagClassName
{
color: #C4581A;
}
</style>
background-color css
<style>
a { background-color: #C4581A; }
a { background-color: rgb(196,88,26); }
div.DivClassName
{
background-color: #C4581A;
}
.BgClassName
{
background-color: #C4581A;
}
</style>
border-color css
<style>
span { border-color: #C4581A; }
span { border-color: rgb(196,88,26); }
td.TdClassName
{
border-color: #C4581A;
}
.TagClassName
{
border-color: #C4581A;
}
</style>