Shades of Saratoga #5C602E
Tints of Saratoga #5C602E
RGB
CMYK
RGB Variations
Color information
#5C602E (or 0x5C602E) is known color: Saratoga. HEX triplet: 5C, 60 and 2E. RGB value is (92,96,46). Sum of RGB (Red+Green+Blue) = 92+96+46=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #5C602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C602E is #A39FD1. Grayscale: #595959. Windows color (decimal): -10723282 or 3039324. OLE color: 3039324.
HSL color Cylindrical-coordinate representation of color #5C602E: hue angle of 64.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C602E is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 46 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.62 |
| HSL | 64.8º | 0.35% | 0.28% | - |
| HSV(B) | 64.8º | 0.52% | 0.38% | - |
| XYZ | 9.09 | 10.84 | 4.2 | - |
| YUV | 89.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 46 | 0.04 | 0 | 0.52 | 0.62 | 64.8 | 0.35 | 0.28 |
| Hex | 5C | 60 | 2E | 4 | 0 | 34 | 3E | 41 | 23 | 1C |
| Octal | 134 | 140 | 56 | 4 | 0 | 64 | 76 | 101 | 43 | 34 |
| Binary | 1011100 | 1100000 | 101110 | 100 | 0 | 110100 | 111110 | 1000001 | 100011 | 11100 |
Color Harmonies of #5C602E
Complementary color
Monochromatic Colors of #5C602E
Black with #5C602E
Text Example
Text Example
White with #5C602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C602E; }
p { color: rgb(92,96,46); }
H1.HeaderClassName
{
color: #5C602E;
}
.AnyTagClassName
{
color: #5C602E;
}
</style>
background-color css
<style>
a { background-color: #5C602E; }
a { background-color: rgb(92,96,46); }
div.DivClassName
{
background-color: #5C602E;
}
.BgClassName
{
background-color: #5C602E;
}
</style>
border-color css
<style>
span { border-color: #5C602E; }
span { border-color: rgb(92,96,46); }
td.TdClassName
{
border-color: #5C602E;
}
.TagClassName
{
border-color: #5C602E;
}
</style>