Shades of Saratoga #5C6020
Tints of Saratoga #5C6020
RGB
CMYK
RGB Variations
Color information
#5C6020 (or 0x5C6020) is known color: Saratoga. HEX triplet: 5C, 60 and 20. RGB value is (92,96,32). Sum of RGB (Red+Green+Blue) = 92+96+32=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6020 is #A39FDF. Grayscale: #575757. Windows color (decimal): -10723296 or 2121820. OLE color: 2121820.
HSL color Cylindrical-coordinate representation of color #5C6020: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C6020 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 32 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.62 |
| HSL | 63.75º | 0.5% | 0.25% | - |
| HSV(B) | 63.75º | 0.67% | 0.38% | - |
| XYZ | 8.86 | 10.75 | 2.97 | - |
| YUV | 87.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 32 | 0.04 | 0 | 0.67 | 0.62 | 63.75 | 0.5 | 0.25 |
| Hex | 5C | 60 | 20 | 4 | 0 | 43 | 3E | 40 | 32 | 19 |
| Octal | 134 | 140 | 40 | 4 | 0 | 103 | 76 | 100 | 62 | 31 |
| Binary | 1011100 | 1100000 | 100000 | 100 | 0 | 1000011 | 111110 | 1000000 | 110010 | 11001 |
Color Harmonies of #5C6020
Complementary color
Monochromatic Colors of #5C6020
Black with #5C6020
Text Example
Text Example
White with #5C6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6020; }
p { color: rgb(92,96,32); }
H1.HeaderClassName
{
color: #5C6020;
}
.AnyTagClassName
{
color: #5C6020;
}
</style>
background-color css
<style>
a { background-color: #5C6020; }
a { background-color: rgb(92,96,32); }
div.DivClassName
{
background-color: #5C6020;
}
.BgClassName
{
background-color: #5C6020;
}
</style>
border-color css
<style>
span { border-color: #5C6020; }
span { border-color: rgb(92,96,32); }
td.TdClassName
{
border-color: #5C6020;
}
.TagClassName
{
border-color: #5C6020;
}
</style>