Shades of Saratoga #5A5D1E
Tints of Saratoga #5A5D1E
RGB
CMYK
RGB Variations
Color information
#5A5D1E (or 0x5A5D1E) is known color: Saratoga. HEX triplet: 5A, 5D and 1E. RGB value is (90,93,30). Sum of RGB (Red+Green+Blue) = 90+93+30=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D1E is #A5A2E1. Grayscale: #555555. Windows color (decimal): -10855138 or 1989978. OLE color: 1989978.
HSL color Cylindrical-coordinate representation of color #5A5D1E: hue angle of 62.86º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A5D1E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 93 | 30 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.64 |
| HSL | 62.86º | 0.51% | 0.24% | - |
| HSV(B) | 62.86º | 0.68% | 0.36% | - |
| XYZ | 8.37 | 10.1 | 2.74 | - |
| YUV | 84.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 30 | 0.03 | 0 | 0.68 | 0.64 | 62.86 | 0.51 | 0.24 |
| Hex | 5A | 5D | 1E | 3 | 0 | 44 | 40 | 3F | 33 | 18 |
| Octal | 132 | 135 | 36 | 3 | 0 | 104 | 100 | 77 | 63 | 30 |
| Binary | 1011010 | 1011101 | 11110 | 11 | 0 | 1000100 | 1000000 | 111111 | 110011 | 11000 |
Color Harmonies of #5A5D1E
Complementary color
Monochromatic Colors of #5A5D1E
Black with #5A5D1E
Text Example
Text Example
White with #5A5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5D1E; }
p { color: rgb(90,93,30); }
H1.HeaderClassName
{
color: #5A5D1E;
}
.AnyTagClassName
{
color: #5A5D1E;
}
</style>
background-color css
<style>
a { background-color: #5A5D1E; }
a { background-color: rgb(90,93,30); }
div.DivClassName
{
background-color: #5A5D1E;
}
.BgClassName
{
background-color: #5A5D1E;
}
</style>
border-color css
<style>
span { border-color: #5A5D1E; }
span { border-color: rgb(90,93,30); }
td.TdClassName
{
border-color: #5A5D1E;
}
.TagClassName
{
border-color: #5A5D1E;
}
</style>