Shades of Saratoga #5C632A
Tints of Saratoga #5C632A
RGB
CMYK
RGB Variations
Color information
#5C632A (or 0x5C632A) is known color: Saratoga. HEX triplet: 5C, 63 and 2A. RGB value is (92,99,42). Sum of RGB (Red+Green+Blue) = 92+99+42=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #5C632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C632A is #A39CD5. Grayscale: #5A5A5A. Windows color (decimal): -10722518 or 2777948. OLE color: 2777948.
HSL color Cylindrical-coordinate representation of color #5C632A: hue angle of 67.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C632A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 42 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.61 |
| HSL | 67.37º | 0.4% | 0.28% | - |
| HSV(B) | 67.37º | 0.58% | 0.39% | - |
| XYZ | 9.29 | 11.37 | 3.89 | - |
| YUV | 90.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 42 | 0.07 | 0 | 0.58 | 0.61 | 67.37 | 0.4 | 0.28 |
| Hex | 5C | 63 | 2A | 7 | 0 | 3A | 3D | 43 | 28 | 1C |
| Octal | 134 | 143 | 52 | 7 | 0 | 72 | 75 | 103 | 50 | 34 |
| Binary | 1011100 | 1100011 | 101010 | 111 | 0 | 111010 | 111101 | 1000011 | 101000 | 11100 |
Color Harmonies of #5C632A
Complementary color
Monochromatic Colors of #5C632A
Black with #5C632A
Text Example
Text Example
White with #5C632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C632A; }
p { color: rgb(92,99,42); }
H1.HeaderClassName
{
color: #5C632A;
}
.AnyTagClassName
{
color: #5C632A;
}
</style>
background-color css
<style>
a { background-color: #5C632A; }
a { background-color: rgb(92,99,42); }
div.DivClassName
{
background-color: #5C632A;
}
.BgClassName
{
background-color: #5C632A;
}
</style>
border-color css
<style>
span { border-color: #5C632A; }
span { border-color: rgb(92,99,42); }
td.TdClassName
{
border-color: #5C632A;
}
.TagClassName
{
border-color: #5C632A;
}
</style>