Shades of Saratoga #53631E
Tints of Saratoga #53631E
RGB
CMYK
RGB Variations
Color information
#53631E (or 0x53631E) is known color: Saratoga. HEX triplet: 53, 63 and 1E. RGB value is (83,99,30). Sum of RGB (Red+Green+Blue) = 83+99+30=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #53631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53631E is #AC9CE1. Grayscale: #565656. Windows color (decimal): -11312354 or 1991507. OLE color: 1991507.
HSL color Cylindrical-coordinate representation of color #53631E: hue angle of 73.91º degrees, saturation: 0.53, 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 #53631E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 30 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.61 |
| HSL | 73.91º | 0.53% | 0.25% | - |
| HSV(B) | 73.91º | 0.7% | 0.39% | - |
| XYZ | 8.26 | 10.86 | 2.89 | - |
| YUV | 86.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 30 | 0.16 | 0 | 0.70 | 0.61 | 73.91 | 0.53 | 0.25 |
| Hex | 53 | 63 | 1E | 10 | 0 | 46 | 3D | 4A | 35 | 19 |
| Octal | 123 | 143 | 36 | 20 | 0 | 106 | 75 | 112 | 65 | 31 |
| Binary | 1010011 | 1100011 | 11110 | 10000 | 0 | 1000110 | 111101 | 1001010 | 110101 | 11001 |
Color Harmonies of #53631E
Complementary color
Monochromatic Colors of #53631E
Black with #53631E
Text Example
Text Example
White with #53631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53631E; }
p { color: rgb(83,99,30); }
H1.HeaderClassName
{
color: #53631E;
}
.AnyTagClassName
{
color: #53631E;
}
</style>
background-color css
<style>
a { background-color: #53631E; }
a { background-color: rgb(83,99,30); }
div.DivClassName
{
background-color: #53631E;
}
.BgClassName
{
background-color: #53631E;
}
</style>
border-color css
<style>
span { border-color: #53631E; }
span { border-color: rgb(83,99,30); }
td.TdClassName
{
border-color: #53631E;
}
.TagClassName
{
border-color: #53631E;
}
</style>