Shades of Saratoga #52582B
Tints of Saratoga #52582B
RGB
CMYK
RGB Variations
Color information
#52582B (or 0x52582B) is known color: Saratoga. HEX triplet: 52, 58 and 2B. RGB value is (82,88,43). Sum of RGB (Red+Green+Blue) = 82+88+43=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #52582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52582B is #ADA7D4. Grayscale: #515151. Windows color (decimal): -11380693 or 2840658. OLE color: 2840658.
HSL color Cylindrical-coordinate representation of color #52582B: hue angle of 68º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52582B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 43 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.65 |
| HSL | 68º | 0.34% | 0.26% | - |
| HSV(B) | 68º | 0.51% | 0.35% | - |
| XYZ | 7.41 | 8.95 | 3.62 | - |
| YUV | 81.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 43 | 0.07 | 0 | 0.51 | 0.65 | 68 | 0.34 | 0.26 |
| Hex | 52 | 58 | 2B | 7 | 0 | 33 | 41 | 44 | 22 | 1A |
| Octal | 122 | 130 | 53 | 7 | 0 | 63 | 101 | 104 | 42 | 32 |
| Binary | 1010010 | 1011000 | 101011 | 111 | 0 | 110011 | 1000001 | 1000100 | 100010 | 11010 |
Color Harmonies of #52582B
Complementary color
Monochromatic Colors of #52582B
Black with #52582B
Text Example
Text Example
White with #52582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52582B; }
p { color: rgb(82,88,43); }
H1.HeaderClassName
{
color: #52582B;
}
.AnyTagClassName
{
color: #52582B;
}
</style>
background-color css
<style>
a { background-color: #52582B; }
a { background-color: rgb(82,88,43); }
div.DivClassName
{
background-color: #52582B;
}
.BgClassName
{
background-color: #52582B;
}
</style>
border-color css
<style>
span { border-color: #52582B; }
span { border-color: rgb(82,88,43); }
td.TdClassName
{
border-color: #52582B;
}
.TagClassName
{
border-color: #52582B;
}
</style>