Shades of Saratoga #5A652C
Tints of Saratoga #5A652C
RGB
CMYK
RGB Variations
Color information
#5A652C (or 0x5A652C) is known color: Saratoga. HEX triplet: 5A, 65 and 2C. RGB value is (90,101,44). Sum of RGB (Red+Green+Blue) = 90+101+44=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #5A652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A652C is #A59AD3. Grayscale: #5B5B5B. Windows color (decimal): -10853076 or 2909530. OLE color: 2909530.
HSL color Cylindrical-coordinate representation of color #5A652C: hue angle of 71.58º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A652C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 44 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.60 |
| HSL | 71.58º | 0.39% | 0.28% | - |
| HSV(B) | 71.58º | 0.56% | 0.4% | - |
| XYZ | 9.32 | 11.66 | 4.14 | - |
| YUV | 91.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 44 | 0.11 | 0 | 0.56 | 0.60 | 71.58 | 0.39 | 0.28 |
| Hex | 5A | 65 | 2C | B | 0 | 38 | 3C | 48 | 27 | 1C |
| Octal | 132 | 145 | 54 | 13 | 0 | 70 | 74 | 110 | 47 | 34 |
| Binary | 1011010 | 1100101 | 101100 | 1011 | 0 | 111000 | 111100 | 1001000 | 100111 | 11100 |
Color Harmonies of #5A652C
Complementary color
Monochromatic Colors of #5A652C
Black with #5A652C
Text Example
Text Example
White with #5A652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A652C; }
p { color: rgb(90,101,44); }
H1.HeaderClassName
{
color: #5A652C;
}
.AnyTagClassName
{
color: #5A652C;
}
</style>
background-color css
<style>
a { background-color: #5A652C; }
a { background-color: rgb(90,101,44); }
div.DivClassName
{
background-color: #5A652C;
}
.BgClassName
{
background-color: #5A652C;
}
</style>
border-color css
<style>
span { border-color: #5A652C; }
span { border-color: rgb(90,101,44); }
td.TdClassName
{
border-color: #5A652C;
}
.TagClassName
{
border-color: #5A652C;
}
</style>