Shades of Saddle #564A44
Tints of Saddle #564A44
RGB
CMYK
RGB Variations
Color information
#564A44 (or 0x564A44) is known color: Saddle. HEX triplet: 56, 4A and 44. RGB value is (86,74,68). Sum of RGB (Red+Green+Blue) = 86+74+68=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A44 is #A9B5BB. Grayscale: #4C4C4C. Windows color (decimal): -11122108 or 4475478. OLE color: 4475478.
HSL color Cylindrical-coordinate representation of color #564A44: hue angle of 20º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #564A44 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 68 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.66 |
| HSL | 20º | 0.12% | 0.3% | - |
| HSV(B) | 20º | 0.21% | 0.34% | - |
| XYZ | 7.33 | 7.29 | 6.49 | - |
| YUV | 76.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 68 | 0 | 0.14 | 0.21 | 0.66 | 20 | 0.12 | 0.3 |
| Hex | 56 | 4A | 44 | 0 | E | 15 | 42 | 14 | C | 1E |
| Octal | 126 | 112 | 104 | 0 | 16 | 25 | 102 | 24 | 14 | 36 |
| Binary | 1010110 | 1001010 | 1000100 | 0 | 1110 | 10101 | 1000010 | 10100 | 1100 | 11110 |
Color Harmonies of #564A44
Complementary color
Monochromatic Colors of #564A44
Black with #564A44
Text Example
Text Example
White with #564A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A44; }
p { color: rgb(86,74,68); }
H1.HeaderClassName
{
color: #564A44;
}
.AnyTagClassName
{
color: #564A44;
}
</style>
background-color css
<style>
a { background-color: #564A44; }
a { background-color: rgb(86,74,68); }
div.DivClassName
{
background-color: #564A44;
}
.BgClassName
{
background-color: #564A44;
}
</style>
border-color css
<style>
span { border-color: #564A44; }
span { border-color: rgb(86,74,68); }
td.TdClassName
{
border-color: #564A44;
}
.TagClassName
{
border-color: #564A44;
}
</style>