Shades of Saratoga #575A2D
Tints of Saratoga #575A2D
RGB
CMYK
RGB Variations
Color information
#575A2D (or 0x575A2D) is known color: Saratoga. HEX triplet: 57, 5A and 2D. RGB value is (87,90,45). Sum of RGB (Red+Green+Blue) = 87+90+45=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #575A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A2D is #A8A5D2. Grayscale: #545454. Windows color (decimal): -11052499 or 2972247. OLE color: 2972247.
HSL color Cylindrical-coordinate representation of color #575A2D: hue angle of 64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575A2D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 45 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.65 |
| HSL | 64º | 0.33% | 0.26% | - |
| HSV(B) | 64º | 0.5% | 0.35% | - |
| XYZ | 8.06 | 9.53 | 3.9 | - |
| YUV | 83.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 45 | 0.03 | 0 | 0.50 | 0.65 | 64 | 0.33 | 0.26 |
| Hex | 57 | 5A | 2D | 3 | 0 | 32 | 41 | 40 | 21 | 1A |
| Octal | 127 | 132 | 55 | 3 | 0 | 62 | 101 | 100 | 41 | 32 |
| Binary | 1010111 | 1011010 | 101101 | 11 | 0 | 110010 | 1000001 | 1000000 | 100001 | 11010 |
Color Harmonies of #575A2D
Complementary color
Monochromatic Colors of #575A2D
Black with #575A2D
Text Example
Text Example
White with #575A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A2D; }
p { color: rgb(87,90,45); }
H1.HeaderClassName
{
color: #575A2D;
}
.AnyTagClassName
{
color: #575A2D;
}
</style>
background-color css
<style>
a { background-color: #575A2D; }
a { background-color: rgb(87,90,45); }
div.DivClassName
{
background-color: #575A2D;
}
.BgClassName
{
background-color: #575A2D;
}
</style>
border-color css
<style>
span { border-color: #575A2D; }
span { border-color: rgb(87,90,45); }
td.TdClassName
{
border-color: #575A2D;
}
.TagClassName
{
border-color: #575A2D;
}
</style>