Shades of Saddle #574742
Tints of Saddle #574742
RGB
CMYK
RGB Variations
Color information
#574742 (or 0x574742) is known color: Saddle. HEX triplet: 57, 47 and 42. RGB value is (87,71,66). Sum of RGB (Red+Green+Blue) = 87+71+66=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574742 is #A8B8BD. Grayscale: #4B4B4B. Windows color (decimal): -11057342 or 4343639. OLE color: 4343639.
HSL color Cylindrical-coordinate representation of color #574742: hue angle of 14.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574742 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 71 | 66 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.66 |
| HSL | 14.29º | 0.14% | 0.3% | - |
| HSV(B) | 14.29º | 0.24% | 0.34% | - |
| XYZ | 7.17 | 6.93 | 6.11 | - |
| YUV | 75.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 66 | 0 | 0.18 | 0.24 | 0.66 | 14.29 | 0.14 | 0.3 |
| Hex | 57 | 47 | 42 | 0 | 12 | 18 | 42 | E | E | 1E |
| Octal | 127 | 107 | 102 | 0 | 22 | 30 | 102 | 16 | 16 | 36 |
| Binary | 1010111 | 1000111 | 1000010 | 0 | 10010 | 11000 | 1000010 | 1110 | 1110 | 11110 |
Color Harmonies of #574742
Complementary color
Monochromatic Colors of #574742
Black with #574742
Text Example
Text Example
White with #574742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574742; }
p { color: rgb(87,71,66); }
H1.HeaderClassName
{
color: #574742;
}
.AnyTagClassName
{
color: #574742;
}
</style>
background-color css
<style>
a { background-color: #574742; }
a { background-color: rgb(87,71,66); }
div.DivClassName
{
background-color: #574742;
}
.BgClassName
{
background-color: #574742;
}
</style>
border-color css
<style>
span { border-color: #574742; }
span { border-color: rgb(87,71,66); }
td.TdClassName
{
border-color: #574742;
}
.TagClassName
{
border-color: #574742;
}
</style>