Shades of Saddle #564F4B
Tints of Saddle #564F4B
RGB
CMYK
RGB Variations
Color information
#564F4B (or 0x564F4B) is known color: Saddle. HEX triplet: 56, 4F and 4B. RGB value is (86,79,75). Sum of RGB (Red+Green+Blue) = 86+79+75=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F4B is #A9B0B4. Grayscale: #505050. Windows color (decimal): -11120821 or 4935510. OLE color: 4935510.
HSL color Cylindrical-coordinate representation of color #564F4B: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564F4B is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 75 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.66 |
| HSL | 21.82º | 0.07% | 0.32% | - |
| HSV(B) | 21.82º | 0.13% | 0.34% | - |
| XYZ | 7.9 | 8.08 | 7.8 | - |
| YUV | 80.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 75 | 0 | 0.08 | 0.13 | 0.66 | 21.82 | 0.07 | 0.32 |
| Hex | 56 | 4F | 4B | 0 | 8 | D | 42 | 16 | 7 | 20 |
| Octal | 126 | 117 | 113 | 0 | 10 | 15 | 102 | 26 | 7 | 40 |
| Binary | 1010110 | 1001111 | 1001011 | 0 | 1000 | 1101 | 1000010 | 10110 | 111 | 100000 |
Color Harmonies of #564F4B
Complementary color
Monochromatic Colors of #564F4B
Black with #564F4B
Text Example
Text Example
White with #564F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F4B; }
p { color: rgb(86,79,75); }
H1.HeaderClassName
{
color: #564F4B;
}
.AnyTagClassName
{
color: #564F4B;
}
</style>
background-color css
<style>
a { background-color: #564F4B; }
a { background-color: rgb(86,79,75); }
div.DivClassName
{
background-color: #564F4B;
}
.BgClassName
{
background-color: #564F4B;
}
</style>
border-color css
<style>
span { border-color: #564F4B; }
span { border-color: rgb(86,79,75); }
td.TdClassName
{
border-color: #564F4B;
}
.TagClassName
{
border-color: #564F4B;
}
</style>