Shades of Saratoga #5C601E
Tints of Saratoga #5C601E
RGB
CMYK
RGB Variations
Color information
#5C601E (or 0x5C601E) is known color: Saratoga. HEX triplet: 5C, 60 and 1E. RGB value is (92,96,30). Sum of RGB (Red+Green+Blue) = 92+96+30=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #5C601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C601E is #A39FE1. Grayscale: #575757. Windows color (decimal): -10723298 or 1990748. OLE color: 1990748.
HSL color Cylindrical-coordinate representation of color #5C601E: hue angle of 63.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C601E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 30 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.62 |
| HSL | 63.64º | 0.52% | 0.25% | - |
| HSV(B) | 63.64º | 0.69% | 0.38% | - |
| XYZ | 8.83 | 10.73 | 2.83 | - |
| YUV | 87.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 30 | 0.04 | 0 | 0.69 | 0.62 | 63.64 | 0.52 | 0.25 |
| Hex | 5C | 60 | 1E | 4 | 0 | 45 | 3E | 40 | 34 | 19 |
| Octal | 134 | 140 | 36 | 4 | 0 | 105 | 76 | 100 | 64 | 31 |
| Binary | 1011100 | 1100000 | 11110 | 100 | 0 | 1000101 | 111110 | 1000000 | 110100 | 11001 |
Color Harmonies of #5C601E
Complementary color
Monochromatic Colors of #5C601E
Black with #5C601E
Text Example
Text Example
White with #5C601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C601E; }
p { color: rgb(92,96,30); }
H1.HeaderClassName
{
color: #5C601E;
}
.AnyTagClassName
{
color: #5C601E;
}
</style>
background-color css
<style>
a { background-color: #5C601E; }
a { background-color: rgb(92,96,30); }
div.DivClassName
{
background-color: #5C601E;
}
.BgClassName
{
background-color: #5C601E;
}
</style>
border-color css
<style>
span { border-color: #5C601E; }
span { border-color: rgb(92,96,30); }
td.TdClassName
{
border-color: #5C601E;
}
.TagClassName
{
border-color: #5C601E;
}
</style>