Shades of Chocolate #C4571A
Tints of Chocolate #C4571A
RGB
CMYK
RGB Variations
Color information
#C4571A (or 0xC4571A) is known color: Chocolate. HEX triplet: C4, 57 and 1A. RGB value is (196,87,26). Sum of RGB (Red+Green+Blue) = 196+87+26=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4571A is #3BA8E5. Grayscale: #707070. Windows color (decimal): -3909862 or 1726404. OLE color: 1726404.
HSL color Cylindrical-coordinate representation of color #C4571A: hue angle of 21.53º 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 #C4571A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 26 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.23 |
| HSL | 21.53º | 0.77% | 0.44% | - |
| HSV(B) | 21.53º | 0.87% | 0.77% | - |
| XYZ | 26.36 | 18.63 | 3.18 | - |
| YUV | 112.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 26 | 0 | 0.56 | 0.87 | 0.23 | 21.53 | 0.77 | 0.44 |
| Hex | C4 | 57 | 1A | 0 | 38 | 57 | 17 | 16 | 4D | 2C |
| Octal | 304 | 127 | 32 | 0 | 70 | 127 | 27 | 26 | 115 | 54 |
| Binary | 11000100 | 1010111 | 11010 | 0 | 111000 | 1010111 | 10111 | 10110 | 1001101 | 101100 |
Color Harmonies of #C4571A
Complementary color
Monochromatic Colors of #C4571A
Black with #C4571A
Text Example
Text Example
White with #C4571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4571A; }
p { color: rgb(196,87,26); }
H1.HeaderClassName
{
color: #C4571A;
}
.AnyTagClassName
{
color: #C4571A;
}
</style>
background-color css
<style>
a { background-color: #C4571A; }
a { background-color: rgb(196,87,26); }
div.DivClassName
{
background-color: #C4571A;
}
.BgClassName
{
background-color: #C4571A;
}
</style>
border-color css
<style>
span { border-color: #C4571A; }
span { border-color: rgb(196,87,26); }
td.TdClassName
{
border-color: #C4571A;
}
.TagClassName
{
border-color: #C4571A;
}
</style>