Shades of Saratoga #5A602F
Tints of Saratoga #5A602F
RGB
CMYK
RGB Variations
Color information
#5A602F (or 0x5A602F) is known color: Saratoga. HEX triplet: 5A, 60 and 2F. RGB value is (90,96,47). Sum of RGB (Red+Green+Blue) = 90+96+47=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #5A602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A602F is #A59FD0. Grayscale: #585858. Windows color (decimal): -10854353 or 3104858. OLE color: 3104858.
HSL color Cylindrical-coordinate representation of color #5A602F: hue angle of 67.35º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A602F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 47 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.62 |
| HSL | 67.35º | 0.34% | 0.28% | - |
| HSV(B) | 67.35º | 0.51% | 0.38% | - |
| XYZ | 8.91 | 10.74 | 4.29 | - |
| YUV | 88.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 47 | 0.06 | 0 | 0.51 | 0.62 | 67.35 | 0.34 | 0.28 |
| Hex | 5A | 60 | 2F | 6 | 0 | 33 | 3E | 43 | 22 | 1C |
| Octal | 132 | 140 | 57 | 6 | 0 | 63 | 76 | 103 | 42 | 34 |
| Binary | 1011010 | 1100000 | 101111 | 110 | 0 | 110011 | 111110 | 1000011 | 100010 | 11100 |
Color Harmonies of #5A602F
Complementary color
Monochromatic Colors of #5A602F
Black with #5A602F
Text Example
Text Example
White with #5A602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A602F; }
p { color: rgb(90,96,47); }
H1.HeaderClassName
{
color: #5A602F;
}
.AnyTagClassName
{
color: #5A602F;
}
</style>
background-color css
<style>
a { background-color: #5A602F; }
a { background-color: rgb(90,96,47); }
div.DivClassName
{
background-color: #5A602F;
}
.BgClassName
{
background-color: #5A602F;
}
</style>
border-color css
<style>
span { border-color: #5A602F; }
span { border-color: rgb(90,96,47); }
td.TdClassName
{
border-color: #5A602F;
}
.TagClassName
{
border-color: #5A602F;
}
</style>