Shades of Saratoga #5C5F1E
Tints of Saratoga #5C5F1E
RGB
CMYK
RGB Variations
Color information
#5C5F1E (or 0x5C5F1E) is known color: Saratoga. HEX triplet: 5C, 5F and 1E. RGB value is (92,95,30). Sum of RGB (Red+Green+Blue) = 92+95+30=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5F1E is #A3A0E1. Grayscale: #565656. Windows color (decimal): -10723554 or 1990492. OLE color: 1990492.
HSL color Cylindrical-coordinate representation of color #5C5F1E: hue angle of 62.77º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C5F1E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 95 | 30 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.63 |
| HSL | 62.77º | 0.52% | 0.25% | - |
| HSV(B) | 62.77º | 0.68% | 0.37% | - |
| XYZ | 8.74 | 10.55 | 2.8 | - |
| YUV | 86.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 30 | 0.03 | 0 | 0.68 | 0.63 | 62.77 | 0.52 | 0.25 |
| Hex | 5C | 5F | 1E | 3 | 0 | 44 | 3F | 3F | 34 | 19 |
| Octal | 134 | 137 | 36 | 3 | 0 | 104 | 77 | 77 | 64 | 31 |
| Binary | 1011100 | 1011111 | 11110 | 11 | 0 | 1000100 | 111111 | 111111 | 110100 | 11001 |
Color Harmonies of #5C5F1E
Complementary color
Monochromatic Colors of #5C5F1E
Black with #5C5F1E
Text Example
Text Example
White with #5C5F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5F1E; }
p { color: rgb(92,95,30); }
H1.HeaderClassName
{
color: #5C5F1E;
}
.AnyTagClassName
{
color: #5C5F1E;
}
</style>
background-color css
<style>
a { background-color: #5C5F1E; }
a { background-color: rgb(92,95,30); }
div.DivClassName
{
background-color: #5C5F1E;
}
.BgClassName
{
background-color: #5C5F1E;
}
</style>
border-color css
<style>
span { border-color: #5C5F1E; }
span { border-color: rgb(92,95,30); }
td.TdClassName
{
border-color: #5C5F1E;
}
.TagClassName
{
border-color: #5C5F1E;
}
</style>