Shades of Saratoga #53582C
Tints of Saratoga #53582C
RGB
CMYK
RGB Variations
Color information
#53582C (or 0x53582C) is known color: Saratoga. HEX triplet: 53, 58 and 2C. RGB value is (83,88,44). Sum of RGB (Red+Green+Blue) = 83+88+44=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #53582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53582C is #ACA7D3. Grayscale: #515151. Windows color (decimal): -11315156 or 2906195. OLE color: 2906195.
HSL color Cylindrical-coordinate representation of color #53582C: hue angle of 66.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53582C is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 44 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.65 |
| HSL | 66.82º | 0.33% | 0.26% | - |
| HSV(B) | 66.82º | 0.5% | 0.35% | - |
| XYZ | 7.51 | 9 | 3.72 | - |
| YUV | 81.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 44 | 0.06 | 0 | 0.5 | 0.65 | 66.82 | 0.33 | 0.26 |
| Hex | 53 | 58 | 2C | 6 | 0 | 32 | 41 | 43 | 21 | 1A |
| Octal | 123 | 130 | 54 | 6 | 0 | 62 | 101 | 103 | 41 | 32 |
| Binary | 1010011 | 1011000 | 101100 | 110 | 0 | 110010 | 1000001 | 1000011 | 100001 | 11010 |
Color Harmonies of #53582C
Complementary color
Monochromatic Colors of #53582C
Black with #53582C
Text Example
Text Example
White with #53582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53582C; }
p { color: rgb(83,88,44); }
H1.HeaderClassName
{
color: #53582C;
}
.AnyTagClassName
{
color: #53582C;
}
</style>
background-color css
<style>
a { background-color: #53582C; }
a { background-color: rgb(83,88,44); }
div.DivClassName
{
background-color: #53582C;
}
.BgClassName
{
background-color: #53582C;
}
</style>
border-color css
<style>
span { border-color: #53582C; }
span { border-color: rgb(83,88,44); }
td.TdClassName
{
border-color: #53582C;
}
.TagClassName
{
border-color: #53582C;
}
</style>