Shades of Saratoga #53582E
Tints of Saratoga #53582E
RGB
CMYK
RGB Variations
Color information
#53582E (or 0x53582E) is known color: Saratoga. HEX triplet: 53, 58 and 2E. RGB value is (83,88,46). Sum of RGB (Red+Green+Blue) = 83+88+46=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #53582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53582E is #ACA7D1. Grayscale: #515151. Windows color (decimal): -11315154 or 3037267. OLE color: 3037267.
HSL color Cylindrical-coordinate representation of color #53582E: hue angle of 67.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53582E is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 46 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.65 |
| HSL | 67.14º | 0.31% | 0.26% | - |
| HSV(B) | 67.14º | 0.48% | 0.35% | - |
| XYZ | 7.55 | 9.02 | 3.93 | - |
| YUV | 81.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 46 | 0.06 | 0 | 0.48 | 0.65 | 67.14 | 0.31 | 0.26 |
| Hex | 53 | 58 | 2E | 6 | 0 | 30 | 41 | 43 | 1F | 1A |
| Octal | 123 | 130 | 56 | 6 | 0 | 60 | 101 | 103 | 37 | 32 |
| Binary | 1010011 | 1011000 | 101110 | 110 | 0 | 110000 | 1000001 | 1000011 | 11111 | 11010 |
Color Harmonies of #53582E
Complementary color
Monochromatic Colors of #53582E
Black with #53582E
Text Example
Text Example
White with #53582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53582E; }
p { color: rgb(83,88,46); }
H1.HeaderClassName
{
color: #53582E;
}
.AnyTagClassName
{
color: #53582E;
}
</style>
background-color css
<style>
a { background-color: #53582E; }
a { background-color: rgb(83,88,46); }
div.DivClassName
{
background-color: #53582E;
}
.BgClassName
{
background-color: #53582E;
}
</style>
border-color css
<style>
span { border-color: #53582E; }
span { border-color: rgb(83,88,46); }
td.TdClassName
{
border-color: #53582E;
}
.TagClassName
{
border-color: #53582E;
}
</style>