Shades of Chocolate #C5581A
Tints of Chocolate #C5581A
RGB
CMYK
RGB Variations
Color information
#C5581A (or 0xC5581A) is known color: Chocolate. HEX triplet: C5, 58 and 1A. RGB value is (197,88,26). Sum of RGB (Red+Green+Blue) = 197+88+26=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5581A is #3AA7E5. Grayscale: #717171. Windows color (decimal): -3844070 or 1726661. OLE color: 1726661.
HSL color Cylindrical-coordinate representation of color #C5581A: hue angle of 21.75º 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 #C5581A is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 26 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.23 |
| HSL | 21.75º | 0.77% | 0.44% | - |
| HSV(B) | 21.75º | 0.87% | 0.77% | - |
| XYZ | 26.7 | 18.92 | 3.22 | - |
| YUV | 113.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 26 | 0 | 0.55 | 0.87 | 0.23 | 21.75 | 0.77 | 0.44 |
| Hex | C5 | 58 | 1A | 0 | 37 | 57 | 17 | 16 | 4D | 2C |
| Octal | 305 | 130 | 32 | 0 | 67 | 127 | 27 | 26 | 115 | 54 |
| Binary | 11000101 | 1011000 | 11010 | 0 | 110111 | 1010111 | 10111 | 10110 | 1001101 | 101100 |
Color Harmonies of #C5581A
Complementary color
Monochromatic Colors of #C5581A
Black with #C5581A
Text Example
Text Example
White with #C5581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5581A; }
p { color: rgb(197,88,26); }
H1.HeaderClassName
{
color: #C5581A;
}
.AnyTagClassName
{
color: #C5581A;
}
</style>
background-color css
<style>
a { background-color: #C5581A; }
a { background-color: rgb(197,88,26); }
div.DivClassName
{
background-color: #C5581A;
}
.BgClassName
{
background-color: #C5581A;
}
</style>
border-color css
<style>
span { border-color: #C5581A; }
span { border-color: rgb(197,88,26); }
td.TdClassName
{
border-color: #C5581A;
}
.TagClassName
{
border-color: #C5581A;
}
</style>