Shades of Saratoga #535733
Tints of Saratoga #535733
RGB
CMYK
RGB Variations
Color information
#535733 (or 0x535733) is known color: Saratoga. HEX triplet: 53, 57 and 33. RGB value is (83,87,51). Sum of RGB (Red+Green+Blue) = 83+87+51=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #535733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535733 is #ACA8CC. Grayscale: #515151. Windows color (decimal): -11315405 or 3364691. OLE color: 3364691.
HSL color Cylindrical-coordinate representation of color #535733: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535733 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 51 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.66 |
| HSL | 66.67º | 0.26% | 0.27% | - |
| HSV(B) | 66.67º | 0.41% | 0.34% | - |
| XYZ | 7.57 | 8.89 | 4.45 | - |
| YUV | 81.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 51 | 0.05 | 0 | 0.41 | 0.66 | 66.67 | 0.26 | 0.27 |
| Hex | 53 | 57 | 33 | 5 | 0 | 29 | 42 | 43 | 1A | 1B |
| Octal | 123 | 127 | 63 | 5 | 0 | 51 | 102 | 103 | 32 | 33 |
| Binary | 1010011 | 1010111 | 110011 | 101 | 0 | 101001 | 1000010 | 1000011 | 11010 | 11011 |
Color Harmonies of #535733
Complementary color
Monochromatic Colors of #535733
Black with #535733
Text Example
Text Example
White with #535733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535733; }
p { color: rgb(83,87,51); }
H1.HeaderClassName
{
color: #535733;
}
.AnyTagClassName
{
color: #535733;
}
</style>
background-color css
<style>
a { background-color: #535733; }
a { background-color: rgb(83,87,51); }
div.DivClassName
{
background-color: #535733;
}
.BgClassName
{
background-color: #535733;
}
</style>
border-color css
<style>
span { border-color: #535733; }
span { border-color: rgb(83,87,51); }
td.TdClassName
{
border-color: #535733;
}
.TagClassName
{
border-color: #535733;
}
</style>