Shades of Saratoga #5C6425
Tints of Saratoga #5C6425
RGB
CMYK
RGB Variations
Color information
#5C6425 (or 0x5C6425) is known color: Saratoga. HEX triplet: 5C, 64 and 25. RGB value is (92,100,37). Sum of RGB (Red+Green+Blue) = 92+100+37=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6425 is #A39BDA. Grayscale: #5A5A5A. Windows color (decimal): -10722267 or 2450524. OLE color: 2450524.
HSL color Cylindrical-coordinate representation of color #5C6425: hue angle of 67.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C6425 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 100 | 37 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.61 |
| HSL | 67.62º | 0.46% | 0.27% | - |
| HSV(B) | 67.62º | 0.63% | 0.39% | - |
| XYZ | 9.3 | 11.52 | 3.48 | - |
| YUV | 90.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 37 | 0.08 | 0 | 0.63 | 0.61 | 67.62 | 0.46 | 0.27 |
| Hex | 5C | 64 | 25 | 8 | 0 | 3F | 3D | 44 | 2E | 1B |
| Octal | 134 | 144 | 45 | 10 | 0 | 77 | 75 | 104 | 56 | 33 |
| Binary | 1011100 | 1100100 | 100101 | 1000 | 0 | 111111 | 111101 | 1000100 | 101110 | 11011 |
Color Harmonies of #5C6425
Complementary color
Monochromatic Colors of #5C6425
Black with #5C6425
Text Example
Text Example
White with #5C6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6425; }
p { color: rgb(92,100,37); }
H1.HeaderClassName
{
color: #5C6425;
}
.AnyTagClassName
{
color: #5C6425;
}
</style>
background-color css
<style>
a { background-color: #5C6425; }
a { background-color: rgb(92,100,37); }
div.DivClassName
{
background-color: #5C6425;
}
.BgClassName
{
background-color: #5C6425;
}
</style>
border-color css
<style>
span { border-color: #5C6425; }
span { border-color: rgb(92,100,37); }
td.TdClassName
{
border-color: #5C6425;
}
.TagClassName
{
border-color: #5C6425;
}
</style>