Shades of Saratoga #5D622D
Tints of Saratoga #5D622D
RGB
CMYK
RGB Variations
Color information
#5D622D (or 0x5D622D) is known color: Saratoga. HEX triplet: 5D, 62 and 2D. RGB value is (93,98,45). Sum of RGB (Red+Green+Blue) = 93+98+45=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #5D622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D622D is #A29DD2. Grayscale: #5A5A5A. Windows color (decimal): -10657235 or 2974301. OLE color: 2974301.
HSL color Cylindrical-coordinate representation of color #5D622D: hue angle of 65.66º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D622D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 45 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.62 |
| HSL | 65.66º | 0.37% | 0.28% | - |
| HSV(B) | 65.66º | 0.54% | 0.38% | - |
| XYZ | 9.36 | 11.25 | 4.16 | - |
| YUV | 90.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 45 | 0.05 | 0 | 0.54 | 0.62 | 65.66 | 0.37 | 0.28 |
| Hex | 5D | 62 | 2D | 5 | 0 | 36 | 3E | 42 | 25 | 1C |
| Octal | 135 | 142 | 55 | 5 | 0 | 66 | 76 | 102 | 45 | 34 |
| Binary | 1011101 | 1100010 | 101101 | 101 | 0 | 110110 | 111110 | 1000010 | 100101 | 11100 |
Color Harmonies of #5D622D
Complementary color
Monochromatic Colors of #5D622D
Black with #5D622D
Text Example
Text Example
White with #5D622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D622D; }
p { color: rgb(93,98,45); }
H1.HeaderClassName
{
color: #5D622D;
}
.AnyTagClassName
{
color: #5D622D;
}
</style>
background-color css
<style>
a { background-color: #5D622D; }
a { background-color: rgb(93,98,45); }
div.DivClassName
{
background-color: #5D622D;
}
.BgClassName
{
background-color: #5D622D;
}
</style>
border-color css
<style>
span { border-color: #5D622D; }
span { border-color: rgb(93,98,45); }
td.TdClassName
{
border-color: #5D622D;
}
.TagClassName
{
border-color: #5D622D;
}
</style>