Shades of Saddle #574F4B
Tints of Saddle #574F4B
RGB
CMYK
RGB Variations
Color information
#574F4B (or 0x574F4B) is known color: Saddle. HEX triplet: 57, 4F and 4B. RGB value is (87,79,75). Sum of RGB (Red+Green+Blue) = 87+79+75=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #574F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F4B is #A8B0B4. Grayscale: #505050. Windows color (decimal): -11055285 or 4935511. OLE color: 4935511.
HSL color Cylindrical-coordinate representation of color #574F4B: hue angle of 20º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #574F4B is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 75 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.66 |
| HSL | 20º | 0.07% | 0.32% | - |
| HSV(B) | 20º | 0.14% | 0.34% | - |
| XYZ | 8 | 8.13 | 7.8 | - |
| YUV | 80.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 75 | 0 | 0.09 | 0.14 | 0.66 | 20 | 0.07 | 0.32 |
| Hex | 57 | 4F | 4B | 0 | 9 | E | 42 | 14 | 7 | 20 |
| Octal | 127 | 117 | 113 | 0 | 11 | 16 | 102 | 24 | 7 | 40 |
| Binary | 1010111 | 1001111 | 1001011 | 0 | 1001 | 1110 | 1000010 | 10100 | 111 | 100000 |
Color Harmonies of #574F4B
Complementary color
Monochromatic Colors of #574F4B
Black with #574F4B
Text Example
Text Example
White with #574F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F4B; }
p { color: rgb(87,79,75); }
H1.HeaderClassName
{
color: #574F4B;
}
.AnyTagClassName
{
color: #574F4B;
}
</style>
background-color css
<style>
a { background-color: #574F4B; }
a { background-color: rgb(87,79,75); }
div.DivClassName
{
background-color: #574F4B;
}
.BgClassName
{
background-color: #574F4B;
}
</style>
border-color css
<style>
span { border-color: #574F4B; }
span { border-color: rgb(87,79,75); }
td.TdClassName
{
border-color: #574F4B;
}
.TagClassName
{
border-color: #574F4B;
}
</style>