Shades of Saratoga #535E30
Tints of Saratoga #535E30
RGB
CMYK
RGB Variations
Color information
#535E30 (or 0x535E30) is known color: Saratoga. HEX triplet: 53, 5E and 30. RGB value is (83,94,48). Sum of RGB (Red+Green+Blue) = 83+94+48=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #535E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E30 is #ACA1CF. Grayscale: #555555. Windows color (decimal): -11313616 or 3169875. OLE color: 3169875.
HSL color Cylindrical-coordinate representation of color #535E30: hue angle of 74.35º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #535E30 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 94 | 48 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.63 |
| HSL | 74.35º | 0.32% | 0.28% | - |
| HSV(B) | 74.35º | 0.49% | 0.37% | - |
| XYZ | 8.1 | 10.06 | 4.31 | - |
| YUV | 85.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 48 | 0.12 | 0 | 0.49 | 0.63 | 74.35 | 0.32 | 0.28 |
| Hex | 53 | 5E | 30 | C | 0 | 31 | 3F | 4A | 20 | 1C |
| Octal | 123 | 136 | 60 | 14 | 0 | 61 | 77 | 112 | 40 | 34 |
| Binary | 1010011 | 1011110 | 110000 | 1100 | 0 | 110001 | 111111 | 1001010 | 100000 | 11100 |
Color Harmonies of #535E30
Complementary color
Monochromatic Colors of #535E30
Black with #535E30
Text Example
Text Example
White with #535E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E30; }
p { color: rgb(83,94,48); }
H1.HeaderClassName
{
color: #535E30;
}
.AnyTagClassName
{
color: #535E30;
}
</style>
background-color css
<style>
a { background-color: #535E30; }
a { background-color: rgb(83,94,48); }
div.DivClassName
{
background-color: #535E30;
}
.BgClassName
{
background-color: #535E30;
}
</style>
border-color css
<style>
span { border-color: #535E30; }
span { border-color: rgb(83,94,48); }
td.TdClassName
{
border-color: #535E30;
}
.TagClassName
{
border-color: #535E30;
}
</style>