Shades of Saratoga #5D602C
Tints of Saratoga #5D602C
RGB
CMYK
RGB Variations
Color information
#5D602C (or 0x5D602C) is known color: Saratoga. HEX triplet: 5D, 60 and 2C. RGB value is (93,96,44). Sum of RGB (Red+Green+Blue) = 93+96+44=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #5D602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D602C is #A29FD3. Grayscale: #595959. Windows color (decimal): -10657748 or 2908253. OLE color: 2908253.
HSL color Cylindrical-coordinate representation of color #5D602C: hue angle of 63.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D602C is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 44 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.62 |
| HSL | 63.46º | 0.37% | 0.27% | - |
| HSV(B) | 63.46º | 0.54% | 0.38% | - |
| XYZ | 9.15 | 10.87 | 4 | - |
| YUV | 89.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 44 | 0.03 | 0 | 0.54 | 0.62 | 63.46 | 0.37 | 0.27 |
| Hex | 5D | 60 | 2C | 3 | 0 | 36 | 3E | 3F | 25 | 1B |
| Octal | 135 | 140 | 54 | 3 | 0 | 66 | 76 | 77 | 45 | 33 |
| Binary | 1011101 | 1100000 | 101100 | 11 | 0 | 110110 | 111110 | 111111 | 100101 | 11011 |
Color Harmonies of #5D602C
Complementary color
Monochromatic Colors of #5D602C
Black with #5D602C
Text Example
Text Example
White with #5D602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D602C; }
p { color: rgb(93,96,44); }
H1.HeaderClassName
{
color: #5D602C;
}
.AnyTagClassName
{
color: #5D602C;
}
</style>
background-color css
<style>
a { background-color: #5D602C; }
a { background-color: rgb(93,96,44); }
div.DivClassName
{
background-color: #5D602C;
}
.BgClassName
{
background-color: #5D602C;
}
</style>
border-color css
<style>
span { border-color: #5D602C; }
span { border-color: rgb(93,96,44); }
td.TdClassName
{
border-color: #5D602C;
}
.TagClassName
{
border-color: #5D602C;
}
</style>