Shades of Saratoga #535B34
Tints of Saratoga #535B34
RGB
CMYK
RGB Variations
Color information
#535B34 (or 0x535B34) is known color: Saratoga. HEX triplet: 53, 5B and 34. RGB value is (83,91,52). Sum of RGB (Red+Green+Blue) = 83+91+52=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #535B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B34 is #ACA4CB. Grayscale: #545454. Windows color (decimal): -11314380 or 3431251. OLE color: 3431251.
HSL color Cylindrical-coordinate representation of color #535B34: hue angle of 72.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535B34 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 52 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.64 |
| HSL | 72.31º | 0.27% | 0.28% | - |
| HSV(B) | 72.31º | 0.43% | 0.36% | - |
| XYZ | 7.93 | 9.57 | 4.68 | - |
| YUV | 84.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 52 | 0.09 | 0 | 0.43 | 0.64 | 72.31 | 0.27 | 0.28 |
| Hex | 53 | 5B | 34 | 9 | 0 | 2B | 40 | 48 | 1B | 1C |
| Octal | 123 | 133 | 64 | 11 | 0 | 53 | 100 | 110 | 33 | 34 |
| Binary | 1010011 | 1011011 | 110100 | 1001 | 0 | 101011 | 1000000 | 1001000 | 11011 | 11100 |
Color Harmonies of #535B34
Complementary color
Monochromatic Colors of #535B34
Black with #535B34
Text Example
Text Example
White with #535B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B34; }
p { color: rgb(83,91,52); }
H1.HeaderClassName
{
color: #535B34;
}
.AnyTagClassName
{
color: #535B34;
}
</style>
background-color css
<style>
a { background-color: #535B34; }
a { background-color: rgb(83,91,52); }
div.DivClassName
{
background-color: #535B34;
}
.BgClassName
{
background-color: #535B34;
}
</style>
border-color css
<style>
span { border-color: #535B34; }
span { border-color: rgb(83,91,52); }
td.TdClassName
{
border-color: #535B34;
}
.TagClassName
{
border-color: #535B34;
}
</style>