Shades of Saratoga #56562F
Tints of Saratoga #56562F
RGB
CMYK
RGB Variations
Color information
#56562F (or 0x56562F) is known color: Saratoga. HEX triplet: 56, 56 and 2F. RGB value is (86,86,47). Sum of RGB (Red+Green+Blue) = 86+86+47=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56562F is #A9A9D0. Grayscale: #515151. Windows color (decimal): -11119057 or 3102294. OLE color: 3102294.
HSL color Cylindrical-coordinate representation of color #56562F: hue angle of 60º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56562F is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 47 | - |
| CMYK | 0 | 0 | 0.45 | 0.66 |
| HSL | 60º | 0.29% | 0.26% | - |
| HSV(B) | 60º | 0.45% | 0.34% | - |
| XYZ | 7.68 | 8.84 | 3.99 | - |
| YUV | 81.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 47 | 0 | 0 | 0.45 | 0.66 | 60 | 0.29 | 0.26 |
| Hex | 56 | 56 | 2F | 0 | 0 | 2D | 42 | 3C | 1D | 1A |
| Octal | 126 | 126 | 57 | 0 | 0 | 55 | 102 | 74 | 35 | 32 |
| Binary | 1010110 | 1010110 | 101111 | 0 | 0 | 101101 | 1000010 | 111100 | 11101 | 11010 |
Color Harmonies of #56562F
Complementary color
Monochromatic Colors of #56562F
Black with #56562F
Text Example
Text Example
White with #56562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56562F; }
p { color: rgb(86,86,47); }
H1.HeaderClassName
{
color: #56562F;
}
.AnyTagClassName
{
color: #56562F;
}
</style>
background-color css
<style>
a { background-color: #56562F; }
a { background-color: rgb(86,86,47); }
div.DivClassName
{
background-color: #56562F;
}
.BgClassName
{
background-color: #56562F;
}
</style>
border-color css
<style>
span { border-color: #56562F; }
span { border-color: rgb(86,86,47); }
td.TdClassName
{
border-color: #56562F;
}
.TagClassName
{
border-color: #56562F;
}
</style>