Shades of Saratoga #535426
Tints of Saratoga #535426
RGB
CMYK
RGB Variations
Color information
#535426 (or 0x535426) is known color: Saratoga. HEX triplet: 53, 54 and 26. RGB value is (83,84,38). Sum of RGB (Red+Green+Blue) = 83+84+38=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #535426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535426 is #ACABD9. Grayscale: #4E4E4E. Windows color (decimal): -11316186 or 2511955. OLE color: 2511955.
HSL color Cylindrical-coordinate representation of color #535426: hue angle of 61.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535426 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 38 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.67 |
| HSL | 61.3º | 0.38% | 0.24% | - |
| HSV(B) | 61.3º | 0.55% | 0.33% | - |
| XYZ | 7.09 | 8.32 | 3.07 | - |
| YUV | 78.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 38 | 0.01 | 0 | 0.55 | 0.67 | 61.3 | 0.38 | 0.24 |
| Hex | 53 | 54 | 26 | 1 | 0 | 37 | 43 | 3D | 26 | 18 |
| Octal | 123 | 124 | 46 | 1 | 0 | 67 | 103 | 75 | 46 | 30 |
| Binary | 1010011 | 1010100 | 100110 | 1 | 0 | 110111 | 1000011 | 111101 | 100110 | 11000 |
Color Harmonies of #535426
Complementary color
Monochromatic Colors of #535426
Black with #535426
Text Example
Text Example
White with #535426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535426; }
p { color: rgb(83,84,38); }
H1.HeaderClassName
{
color: #535426;
}
.AnyTagClassName
{
color: #535426;
}
</style>
background-color css
<style>
a { background-color: #535426; }
a { background-color: rgb(83,84,38); }
div.DivClassName
{
background-color: #535426;
}
.BgClassName
{
background-color: #535426;
}
</style>
border-color css
<style>
span { border-color: #535426; }
span { border-color: rgb(83,84,38); }
td.TdClassName
{
border-color: #535426;
}
.TagClassName
{
border-color: #535426;
}
</style>