Shades of Saratoga #535429
Tints of Saratoga #535429
RGB
CMYK
RGB Variations
Color information
#535429 (or 0x535429) is known color: Saratoga. HEX triplet: 53, 54 and 29. RGB value is (83,84,41). Sum of RGB (Red+Green+Blue) = 83+84+41=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #535429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535429 is #ACABD6. Grayscale: #4E4E4E. Windows color (decimal): -11316183 or 2708563. OLE color: 2708563.
HSL color Cylindrical-coordinate representation of color #535429: hue angle of 61.4º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535429 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 41 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.67 |
| HSL | 61.4º | 0.34% | 0.25% | - |
| HSV(B) | 61.4º | 0.51% | 0.33% | - |
| XYZ | 7.14 | 8.34 | 3.33 | - |
| YUV | 78.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 41 | 0.01 | 0 | 0.51 | 0.67 | 61.4 | 0.34 | 0.25 |
| Hex | 53 | 54 | 29 | 1 | 0 | 33 | 43 | 3D | 22 | 19 |
| Octal | 123 | 124 | 51 | 1 | 0 | 63 | 103 | 75 | 42 | 31 |
| Binary | 1010011 | 1010100 | 101001 | 1 | 0 | 110011 | 1000011 | 111101 | 100010 | 11001 |
Color Harmonies of #535429
Complementary color
Monochromatic Colors of #535429
Black with #535429
Text Example
Text Example
White with #535429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535429; }
p { color: rgb(83,84,41); }
H1.HeaderClassName
{
color: #535429;
}
.AnyTagClassName
{
color: #535429;
}
</style>
background-color css
<style>
a { background-color: #535429; }
a { background-color: rgb(83,84,41); }
div.DivClassName
{
background-color: #535429;
}
.BgClassName
{
background-color: #535429;
}
</style>
border-color css
<style>
span { border-color: #535429; }
span { border-color: rgb(83,84,41); }
td.TdClassName
{
border-color: #535429;
}
.TagClassName
{
border-color: #535429;
}
</style>