Shades of Saratoga #52552D
Tints of Saratoga #52552D
RGB
CMYK
RGB Variations
Color information
#52552D (or 0x52552D) is known color: Saratoga. HEX triplet: 52, 55 and 2D. RGB value is (82,85,45). Sum of RGB (Red+Green+Blue) = 82+85+45=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #52552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552D is #ADAAD2. Grayscale: #4F4F4F. Windows color (decimal): -11381459 or 2970962. OLE color: 2970962.
HSL color Cylindrical-coordinate representation of color #52552D: hue angle of 64.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52552D is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 45 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.67 |
| HSL | 64.5º | 0.31% | 0.25% | - |
| HSV(B) | 64.5º | 0.47% | 0.33% | - |
| XYZ | 7.2 | 8.48 | 3.74 | - |
| YUV | 79.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 45 | 0.04 | 0 | 0.47 | 0.67 | 64.5 | 0.31 | 0.25 |
| Hex | 52 | 55 | 2D | 4 | 0 | 2F | 43 | 40 | 1F | 19 |
| Octal | 122 | 125 | 55 | 4 | 0 | 57 | 103 | 100 | 37 | 31 |
| Binary | 1010010 | 1010101 | 101101 | 100 | 0 | 101111 | 1000011 | 1000000 | 11111 | 11001 |
Color Harmonies of #52552D
Complementary color
Monochromatic Colors of #52552D
Black with #52552D
Text Example
Text Example
White with #52552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52552D; }
p { color: rgb(82,85,45); }
H1.HeaderClassName
{
color: #52552D;
}
.AnyTagClassName
{
color: #52552D;
}
</style>
background-color css
<style>
a { background-color: #52552D; }
a { background-color: rgb(82,85,45); }
div.DivClassName
{
background-color: #52552D;
}
.BgClassName
{
background-color: #52552D;
}
</style>
border-color css
<style>
span { border-color: #52552D; }
span { border-color: rgb(82,85,45); }
td.TdClassName
{
border-color: #52552D;
}
.TagClassName
{
border-color: #52552D;
}
</style>