Shades of Saratoga #52641E
Tints of Saratoga #52641E
RGB
CMYK
RGB Variations
Color information
#52641E (or 0x52641E) is known color: Saratoga. HEX triplet: 52, 64 and 1E. RGB value is (82,100,30). Sum of RGB (Red+Green+Blue) = 82+100+30=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #52641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52641E is #AD9BE1. Grayscale: #565656. Windows color (decimal): -11377634 or 1991762. OLE color: 1991762.
HSL color Cylindrical-coordinate representation of color #52641E: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52641E is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 30 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.61 |
| HSL | 75.43º | 0.54% | 0.25% | - |
| HSV(B) | 75.43º | 0.7% | 0.39% | - |
| XYZ | 8.27 | 11 | 2.92 | - |
| YUV | 86.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 30 | 0.18 | 0 | 0.70 | 0.61 | 75.43 | 0.54 | 0.25 |
| Hex | 52 | 64 | 1E | 12 | 0 | 46 | 3D | 4B | 36 | 19 |
| Octal | 122 | 144 | 36 | 22 | 0 | 106 | 75 | 113 | 66 | 31 |
| Binary | 1010010 | 1100100 | 11110 | 10010 | 0 | 1000110 | 111101 | 1001011 | 110110 | 11001 |
Color Harmonies of #52641E
Complementary color
Monochromatic Colors of #52641E
Black with #52641E
Text Example
Text Example
White with #52641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52641E; }
p { color: rgb(82,100,30); }
H1.HeaderClassName
{
color: #52641E;
}
.AnyTagClassName
{
color: #52641E;
}
</style>
background-color css
<style>
a { background-color: #52641E; }
a { background-color: rgb(82,100,30); }
div.DivClassName
{
background-color: #52641E;
}
.BgClassName
{
background-color: #52641E;
}
</style>
border-color css
<style>
span { border-color: #52641E; }
span { border-color: rgb(82,100,30); }
td.TdClassName
{
border-color: #52641E;
}
.TagClassName
{
border-color: #52641E;
}
</style>