Shades of Saratoga #5D662D
Tints of Saratoga #5D662D
RGB
CMYK
RGB Variations
Color information
#5D662D (or 0x5D662D) is known color: Saratoga. HEX triplet: 5D, 66 and 2D. RGB value is (93,102,45). Sum of RGB (Red+Green+Blue) = 93+102+45=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #5D662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D662D is #A299D2. Grayscale: #5D5D5D. Windows color (decimal): -10656211 or 2975325. OLE color: 2975325.
HSL color Cylindrical-coordinate representation of color #5D662D: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D662D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 45 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.6 |
| HSL | 69.47º | 0.39% | 0.29% | - |
| HSV(B) | 69.47º | 0.56% | 0.4% | - |
| XYZ | 9.74 | 12.02 | 4.29 | - |
| YUV | 92.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 45 | 0.09 | 0 | 0.56 | 0.6 | 69.47 | 0.39 | 0.29 |
| Hex | 5D | 66 | 2D | 9 | 0 | 38 | 3C | 45 | 27 | 1D |
| Octal | 135 | 146 | 55 | 11 | 0 | 70 | 74 | 105 | 47 | 35 |
| Binary | 1011101 | 1100110 | 101101 | 1001 | 0 | 111000 | 111100 | 1000101 | 100111 | 11101 |
Color Harmonies of #5D662D
Complementary color
Monochromatic Colors of #5D662D
Black with #5D662D
Text Example
Text Example
White with #5D662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D662D; }
p { color: rgb(93,102,45); }
H1.HeaderClassName
{
color: #5D662D;
}
.AnyTagClassName
{
color: #5D662D;
}
</style>
background-color css
<style>
a { background-color: #5D662D; }
a { background-color: rgb(93,102,45); }
div.DivClassName
{
background-color: #5D662D;
}
.BgClassName
{
background-color: #5D662D;
}
</style>
border-color css
<style>
span { border-color: #5D662D; }
span { border-color: rgb(93,102,45); }
td.TdClassName
{
border-color: #5D662D;
}
.TagClassName
{
border-color: #5D662D;
}
</style>