Shades of Saddle #574D47
Tints of Saddle #574D47
RGB
CMYK
RGB Variations
Color information
#574D47 (or 0x574D47) is known color: Saddle. HEX triplet: 57, 4D and 47. RGB value is (87,77,71). Sum of RGB (Red+Green+Blue) = 87+77+71=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D47 is #A8B2B8. Grayscale: #4F4F4F. Windows color (decimal): -11055801 or 4672855. OLE color: 4672855.
HSL color Cylindrical-coordinate representation of color #574D47: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574D47 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 71 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.66 |
| HSL | 22.5º | 0.1% | 0.31% | - |
| HSV(B) | 22.5º | 0.18% | 0.34% | - |
| XYZ | 7.72 | 7.79 | 7.06 | - |
| YUV | 79.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 71 | 0 | 0.11 | 0.18 | 0.66 | 22.5 | 0.1 | 0.31 |
| Hex | 57 | 4D | 47 | 0 | B | 12 | 42 | 16 | A | 1F |
| Octal | 127 | 115 | 107 | 0 | 13 | 22 | 102 | 26 | 12 | 37 |
| Binary | 1010111 | 1001101 | 1000111 | 0 | 1011 | 10010 | 1000010 | 10110 | 1010 | 11111 |
Color Harmonies of #574D47
Complementary color
Monochromatic Colors of #574D47
Black with #574D47
Text Example
Text Example
White with #574D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D47; }
p { color: rgb(87,77,71); }
H1.HeaderClassName
{
color: #574D47;
}
.AnyTagClassName
{
color: #574D47;
}
</style>
background-color css
<style>
a { background-color: #574D47; }
a { background-color: rgb(87,77,71); }
div.DivClassName
{
background-color: #574D47;
}
.BgClassName
{
background-color: #574D47;
}
</style>
border-color css
<style>
span { border-color: #574D47; }
span { border-color: rgb(87,77,71); }
td.TdClassName
{
border-color: #574D47;
}
.TagClassName
{
border-color: #574D47;
}
</style>