Shades of Saratoga #56602D
Tints of Saratoga #56602D
RGB
CMYK
RGB Variations
Color information
#56602D (or 0x56602D) is known color: Saratoga. HEX triplet: 56, 60 and 2D. RGB value is (86,96,45). Sum of RGB (Red+Green+Blue) = 86+96+45=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #56602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56602D is #A99FD2. Grayscale: #575757. Windows color (decimal): -11116499 or 2973782. OLE color: 2973782.
HSL color Cylindrical-coordinate representation of color #56602D: hue angle of 71.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56602D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 45 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.62 |
| HSL | 71.76º | 0.36% | 0.28% | - |
| HSV(B) | 71.76º | 0.53% | 0.38% | - |
| XYZ | 8.49 | 10.53 | 4.07 | - |
| YUV | 87.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 45 | 0.10 | 0 | 0.53 | 0.62 | 71.76 | 0.36 | 0.28 |
| Hex | 56 | 60 | 2D | A | 0 | 35 | 3E | 48 | 24 | 1C |
| Octal | 126 | 140 | 55 | 12 | 0 | 65 | 76 | 110 | 44 | 34 |
| Binary | 1010110 | 1100000 | 101101 | 1010 | 0 | 110101 | 111110 | 1001000 | 100100 | 11100 |
Color Harmonies of #56602D
Complementary color
Monochromatic Colors of #56602D
Black with #56602D
Text Example
Text Example
White with #56602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56602D; }
p { color: rgb(86,96,45); }
H1.HeaderClassName
{
color: #56602D;
}
.AnyTagClassName
{
color: #56602D;
}
</style>
background-color css
<style>
a { background-color: #56602D; }
a { background-color: rgb(86,96,45); }
div.DivClassName
{
background-color: #56602D;
}
.BgClassName
{
background-color: #56602D;
}
</style>
border-color css
<style>
span { border-color: #56602D; }
span { border-color: rgb(86,96,45); }
td.TdClassName
{
border-color: #56602D;
}
.TagClassName
{
border-color: #56602D;
}
</style>