Shades of Saratoga #5D612D
Tints of Saratoga #5D612D
RGB
CMYK
RGB Variations
Color information
#5D612D (or 0x5D612D) is known color: Saratoga. HEX triplet: 5D, 61 and 2D. RGB value is (93,97,45). Sum of RGB (Red+Green+Blue) = 93+97+45=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #5D612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D612D is #A29ED2. Grayscale: #5A5A5A. Windows color (decimal): -10657491 or 2974045. OLE color: 2974045.
HSL color Cylindrical-coordinate representation of color #5D612D: hue angle of 64.62º 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 #5D612D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 45 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.62 |
| HSL | 64.62º | 0.37% | 0.28% | - |
| HSV(B) | 64.62º | 0.54% | 0.38% | - |
| XYZ | 9.26 | 11.07 | 4.13 | - |
| YUV | 89.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 45 | 0.04 | 0 | 0.54 | 0.62 | 64.62 | 0.37 | 0.28 |
| Hex | 5D | 61 | 2D | 4 | 0 | 36 | 3E | 41 | 25 | 1C |
| Octal | 135 | 141 | 55 | 4 | 0 | 66 | 76 | 101 | 45 | 34 |
| Binary | 1011101 | 1100001 | 101101 | 100 | 0 | 110110 | 111110 | 1000001 | 100101 | 11100 |
Color Harmonies of #5D612D
Complementary color
Monochromatic Colors of #5D612D
Black with #5D612D
Text Example
Text Example
White with #5D612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D612D; }
p { color: rgb(93,97,45); }
H1.HeaderClassName
{
color: #5D612D;
}
.AnyTagClassName
{
color: #5D612D;
}
</style>
background-color css
<style>
a { background-color: #5D612D; }
a { background-color: rgb(93,97,45); }
div.DivClassName
{
background-color: #5D612D;
}
.BgClassName
{
background-color: #5D612D;
}
</style>
border-color css
<style>
span { border-color: #5D612D; }
span { border-color: rgb(93,97,45); }
td.TdClassName
{
border-color: #5D612D;
}
.TagClassName
{
border-color: #5D612D;
}
</style>