Shades of Saratoga #53552A
Tints of Saratoga #53552A
RGB
CMYK
RGB Variations
Color information
#53552A (or 0x53552A) is known color: Saratoga. HEX triplet: 53, 55 and 2A. RGB value is (83,85,42). Sum of RGB (Red+Green+Blue) = 83+85+42=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #53552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552A is #ACAAD5. Grayscale: #4F4F4F. Windows color (decimal): -11315926 or 2774355. OLE color: 2774355.
HSL color Cylindrical-coordinate representation of color #53552A: hue angle of 62.79º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53552A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 42 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.67 |
| HSL | 62.79º | 0.34% | 0.25% | - |
| HSV(B) | 62.79º | 0.51% | 0.33% | - |
| XYZ | 7.23 | 8.5 | 3.45 | - |
| YUV | 79.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 42 | 0.02 | 0 | 0.51 | 0.67 | 62.79 | 0.34 | 0.25 |
| Hex | 53 | 55 | 2A | 2 | 0 | 33 | 43 | 3F | 22 | 19 |
| Octal | 123 | 125 | 52 | 2 | 0 | 63 | 103 | 77 | 42 | 31 |
| Binary | 1010011 | 1010101 | 101010 | 10 | 0 | 110011 | 1000011 | 111111 | 100010 | 11001 |
Color Harmonies of #53552A
Complementary color
Monochromatic Colors of #53552A
Black with #53552A
Text Example
Text Example
White with #53552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53552A; }
p { color: rgb(83,85,42); }
H1.HeaderClassName
{
color: #53552A;
}
.AnyTagClassName
{
color: #53552A;
}
</style>
background-color css
<style>
a { background-color: #53552A; }
a { background-color: rgb(83,85,42); }
div.DivClassName
{
background-color: #53552A;
}
.BgClassName
{
background-color: #53552A;
}
</style>
border-color css
<style>
span { border-color: #53552A; }
span { border-color: rgb(83,85,42); }
td.TdClassName
{
border-color: #53552A;
}
.TagClassName
{
border-color: #53552A;
}
</style>