Shades of Saddle #574A46
Tints of Saddle #574A46
RGB
CMYK
RGB Variations
Color information
#574A46 (or 0x574A46) is known color: Saddle. HEX triplet: 57, 4A and 46. RGB value is (87,74,70). Sum of RGB (Red+Green+Blue) = 87+74+70=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A46 is #A8B5B9. Grayscale: #4D4D4D. Windows color (decimal): -11056570 or 4606551. OLE color: 4606551.
HSL color Cylindrical-coordinate representation of color #574A46: hue angle of 14.12º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574A46 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 70 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.66 |
| HSL | 14.12º | 0.11% | 0.31% | - |
| HSV(B) | 14.12º | 0.2% | 0.34% | - |
| XYZ | 7.48 | 7.37 | 6.82 | - |
| YUV | 77.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 70 | 0 | 0.15 | 0.20 | 0.66 | 14.12 | 0.11 | 0.31 |
| Hex | 57 | 4A | 46 | 0 | F | 14 | 42 | E | B | 1F |
| Octal | 127 | 112 | 106 | 0 | 17 | 24 | 102 | 16 | 13 | 37 |
| Binary | 1010111 | 1001010 | 1000110 | 0 | 1111 | 10100 | 1000010 | 1110 | 1011 | 11111 |
Color Harmonies of #574A46
Complementary color
Monochromatic Colors of #574A46
Black with #574A46
Text Example
Text Example
White with #574A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A46; }
p { color: rgb(87,74,70); }
H1.HeaderClassName
{
color: #574A46;
}
.AnyTagClassName
{
color: #574A46;
}
</style>
background-color css
<style>
a { background-color: #574A46; }
a { background-color: rgb(87,74,70); }
div.DivClassName
{
background-color: #574A46;
}
.BgClassName
{
background-color: #574A46;
}
</style>
border-color css
<style>
span { border-color: #574A46; }
span { border-color: rgb(87,74,70); }
td.TdClassName
{
border-color: #574A46;
}
.TagClassName
{
border-color: #574A46;
}
</style>