Shades of Saratoga #5D622F
Tints of Saratoga #5D622F
RGB
CMYK
RGB Variations
Color information
#5D622F (or 0x5D622F) is known color: Saratoga. HEX triplet: 5D, 62 and 2F. RGB value is (93,98,47). Sum of RGB (Red+Green+Blue) = 93+98+47=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #5D622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D622F is #A29DD0. Grayscale: #5A5A5A. Windows color (decimal): -10657233 or 3105373. OLE color: 3105373.
HSL color Cylindrical-coordinate representation of color #5D622F: hue angle of 65.88º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D622F is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 47 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.62 |
| HSL | 65.88º | 0.35% | 0.28% | - |
| HSV(B) | 65.88º | 0.52% | 0.38% | - |
| XYZ | 9.39 | 11.27 | 4.37 | - |
| YUV | 90.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 47 | 0.05 | 0 | 0.52 | 0.62 | 65.88 | 0.35 | 0.28 |
| Hex | 5D | 62 | 2F | 5 | 0 | 34 | 3E | 42 | 23 | 1C |
| Octal | 135 | 142 | 57 | 5 | 0 | 64 | 76 | 102 | 43 | 34 |
| Binary | 1011101 | 1100010 | 101111 | 101 | 0 | 110100 | 111110 | 1000010 | 100011 | 11100 |
Color Harmonies of #5D622F
Complementary color
Monochromatic Colors of #5D622F
Black with #5D622F
Text Example
Text Example
White with #5D622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D622F; }
p { color: rgb(93,98,47); }
H1.HeaderClassName
{
color: #5D622F;
}
.AnyTagClassName
{
color: #5D622F;
}
</style>
background-color css
<style>
a { background-color: #5D622F; }
a { background-color: rgb(93,98,47); }
div.DivClassName
{
background-color: #5D622F;
}
.BgClassName
{
background-color: #5D622F;
}
</style>
border-color css
<style>
span { border-color: #5D622F; }
span { border-color: rgb(93,98,47); }
td.TdClassName
{
border-color: #5D622F;
}
.TagClassName
{
border-color: #5D622F;
}
</style>