Shades of Saddle #574A44
Tints of Saddle #574A44
RGB
CMYK
RGB Variations
Color information
#574A44 (or 0x574A44) is known color: Saddle. HEX triplet: 57, 4A and 44. RGB value is (87,74,68). Sum of RGB (Red+Green+Blue) = 87+74+68=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A44 is #A8B5BB. Grayscale: #4D4D4D. Windows color (decimal): -11056572 or 4475479. OLE color: 4475479.
HSL color Cylindrical-coordinate representation of color #574A44: hue angle of 18.95º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574A44 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 68 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.66 |
| HSL | 18.95º | 0.12% | 0.3% | - |
| HSV(B) | 18.95º | 0.22% | 0.34% | - |
| XYZ | 7.42 | 7.34 | 6.49 | - |
| YUV | 77.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 68 | 0 | 0.15 | 0.22 | 0.66 | 18.95 | 0.12 | 0.3 |
| Hex | 57 | 4A | 44 | 0 | F | 16 | 42 | 13 | C | 1E |
| Octal | 127 | 112 | 104 | 0 | 17 | 26 | 102 | 23 | 14 | 36 |
| Binary | 1010111 | 1001010 | 1000100 | 0 | 1111 | 10110 | 1000010 | 10011 | 1100 | 11110 |
Color Harmonies of #574A44
Complementary color
Monochromatic Colors of #574A44
Black with #574A44
Text Example
Text Example
White with #574A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A44; }
p { color: rgb(87,74,68); }
H1.HeaderClassName
{
color: #574A44;
}
.AnyTagClassName
{
color: #574A44;
}
</style>
background-color css
<style>
a { background-color: #574A44; }
a { background-color: rgb(87,74,68); }
div.DivClassName
{
background-color: #574A44;
}
.BgClassName
{
background-color: #574A44;
}
</style>
border-color css
<style>
span { border-color: #574A44; }
span { border-color: rgb(87,74,68); }
td.TdClassName
{
border-color: #574A44;
}
.TagClassName
{
border-color: #574A44;
}
</style>