Shades of Saddle #564B47
Tints of Saddle #564B47
RGB
CMYK
RGB Variations
Color information
#564B47 (or 0x564B47) is known color: Saddle. HEX triplet: 56, 4B and 47. RGB value is (86,75,71). Sum of RGB (Red+Green+Blue) = 86+75+71=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B47 is #A9B4B8. Grayscale: #4D4D4D. Windows color (decimal): -11121849 or 4672342. OLE color: 4672342.
HSL color Cylindrical-coordinate representation of color #564B47: hue angle of 16º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #564B47 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 71 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.66 |
| HSL | 16º | 0.1% | 0.31% | - |
| HSV(B) | 16º | 0.17% | 0.34% | - |
| XYZ | 7.49 | 7.47 | 7.01 | - |
| YUV | 77.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 71 | 0 | 0.13 | 0.17 | 0.66 | 16 | 0.1 | 0.31 |
| Hex | 56 | 4B | 47 | 0 | D | 11 | 42 | 10 | A | 1F |
| Octal | 126 | 113 | 107 | 0 | 15 | 21 | 102 | 20 | 12 | 37 |
| Binary | 1010110 | 1001011 | 1000111 | 0 | 1101 | 10001 | 1000010 | 10000 | 1010 | 11111 |
Color Harmonies of #564B47
Complementary color
Monochromatic Colors of #564B47
Black with #564B47
Text Example
Text Example
White with #564B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B47; }
p { color: rgb(86,75,71); }
H1.HeaderClassName
{
color: #564B47;
}
.AnyTagClassName
{
color: #564B47;
}
</style>
background-color css
<style>
a { background-color: #564B47; }
a { background-color: rgb(86,75,71); }
div.DivClassName
{
background-color: #564B47;
}
.BgClassName
{
background-color: #564B47;
}
</style>
border-color css
<style>
span { border-color: #564B47; }
span { border-color: rgb(86,75,71); }
td.TdClassName
{
border-color: #564B47;
}
.TagClassName
{
border-color: #564B47;
}
</style>