Shades of Saratoga #52572C
Tints of Saratoga #52572C
RGB
CMYK
RGB Variations
Color information
#52572C (or 0x52572C) is known color: Saratoga. HEX triplet: 52, 57 and 2C. RGB value is (82,87,44). Sum of RGB (Red+Green+Blue) = 82+87+44=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #52572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52572C is #ADA8D3. Grayscale: #505050. Windows color (decimal): -11380948 or 2905938. OLE color: 2905938.
HSL color Cylindrical-coordinate representation of color #52572C: hue angle of 66.98º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52572C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 44 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.66 |
| HSL | 66.98º | 0.33% | 0.26% | - |
| HSV(B) | 66.98º | 0.49% | 0.34% | - |
| XYZ | 7.34 | 8.79 | 3.69 | - |
| YUV | 80.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 44 | 0.06 | 0 | 0.49 | 0.66 | 66.98 | 0.33 | 0.26 |
| Hex | 52 | 57 | 2C | 6 | 0 | 31 | 42 | 43 | 21 | 1A |
| Octal | 122 | 127 | 54 | 6 | 0 | 61 | 102 | 103 | 41 | 32 |
| Binary | 1010010 | 1010111 | 101100 | 110 | 0 | 110001 | 1000010 | 1000011 | 100001 | 11010 |
Color Harmonies of #52572C
Complementary color
Monochromatic Colors of #52572C
Black with #52572C
Text Example
Text Example
White with #52572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52572C; }
p { color: rgb(82,87,44); }
H1.HeaderClassName
{
color: #52572C;
}
.AnyTagClassName
{
color: #52572C;
}
</style>
background-color css
<style>
a { background-color: #52572C; }
a { background-color: rgb(82,87,44); }
div.DivClassName
{
background-color: #52572C;
}
.BgClassName
{
background-color: #52572C;
}
</style>
border-color css
<style>
span { border-color: #52572C; }
span { border-color: rgb(82,87,44); }
td.TdClassName
{
border-color: #52572C;
}
.TagClassName
{
border-color: #52572C;
}
</style>