Shades of Saratoga #5C5E27
Tints of Saratoga #5C5E27
RGB
CMYK
RGB Variations
Color information
#5C5E27 (or 0x5C5E27) is known color: Saratoga. HEX triplet: 5C, 5E and 27. RGB value is (92,94,39). Sum of RGB (Red+Green+Blue) = 92+94+39=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E27 is #A3A1D8. Grayscale: #575757. Windows color (decimal): -10723801 or 2580060. OLE color: 2580060.
HSL color Cylindrical-coordinate representation of color #5C5E27: hue angle of 62.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C5E27 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 94 | 39 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.63 |
| HSL | 62.18º | 0.41% | 0.26% | - |
| HSV(B) | 62.18º | 0.59% | 0.37% | - |
| XYZ | 8.78 | 10.43 | 3.47 | - |
| YUV | 87.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 39 | 0.02 | 0 | 0.59 | 0.63 | 62.18 | 0.41 | 0.26 |
| Hex | 5C | 5E | 27 | 2 | 0 | 3B | 3F | 3E | 29 | 1A |
| Octal | 134 | 136 | 47 | 2 | 0 | 73 | 77 | 76 | 51 | 32 |
| Binary | 1011100 | 1011110 | 100111 | 10 | 0 | 111011 | 111111 | 111110 | 101001 | 11010 |
Color Harmonies of #5C5E27
Complementary color
Monochromatic Colors of #5C5E27
Black with #5C5E27
Text Example
Text Example
White with #5C5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E27; }
p { color: rgb(92,94,39); }
H1.HeaderClassName
{
color: #5C5E27;
}
.AnyTagClassName
{
color: #5C5E27;
}
</style>
background-color css
<style>
a { background-color: #5C5E27; }
a { background-color: rgb(92,94,39); }
div.DivClassName
{
background-color: #5C5E27;
}
.BgClassName
{
background-color: #5C5E27;
}
</style>
border-color css
<style>
span { border-color: #5C5E27; }
span { border-color: rgb(92,94,39); }
td.TdClassName
{
border-color: #5C5E27;
}
.TagClassName
{
border-color: #5C5E27;
}
</style>