Shades of Saratoga #575C2D
Tints of Saratoga #575C2D
RGB
CMYK
RGB Variations
Color information
#575C2D (or 0x575C2D) is known color: Saratoga. HEX triplet: 57, 5C and 2D. RGB value is (87,92,45). Sum of RGB (Red+Green+Blue) = 87+92+45=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #575C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C2D is #A8A3D2. Grayscale: #555555. Windows color (decimal): -11051987 or 2972759. OLE color: 2972759.
HSL color Cylindrical-coordinate representation of color #575C2D: hue angle of 66.38º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #575C2D is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 45 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.64 |
| HSL | 66.38º | 0.34% | 0.27% | - |
| HSV(B) | 66.38º | 0.51% | 0.36% | - |
| XYZ | 8.23 | 9.87 | 3.95 | - |
| YUV | 85.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 45 | 0.05 | 0 | 0.51 | 0.64 | 66.38 | 0.34 | 0.27 |
| Hex | 57 | 5C | 2D | 5 | 0 | 33 | 40 | 42 | 22 | 1B |
| Octal | 127 | 134 | 55 | 5 | 0 | 63 | 100 | 102 | 42 | 33 |
| Binary | 1010111 | 1011100 | 101101 | 101 | 0 | 110011 | 1000000 | 1000010 | 100010 | 11011 |
Color Harmonies of #575C2D
Complementary color
Monochromatic Colors of #575C2D
Black with #575C2D
Text Example
Text Example
White with #575C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C2D; }
p { color: rgb(87,92,45); }
H1.HeaderClassName
{
color: #575C2D;
}
.AnyTagClassName
{
color: #575C2D;
}
</style>
background-color css
<style>
a { background-color: #575C2D; }
a { background-color: rgb(87,92,45); }
div.DivClassName
{
background-color: #575C2D;
}
.BgClassName
{
background-color: #575C2D;
}
</style>
border-color css
<style>
span { border-color: #575C2D; }
span { border-color: rgb(87,92,45); }
td.TdClassName
{
border-color: #575C2D;
}
.TagClassName
{
border-color: #575C2D;
}
</style>