Shades of Saratoga #53542B
Tints of Saratoga #53542B
RGB
CMYK
RGB Variations
Color information
#53542B (or 0x53542B) is known color: Saratoga. HEX triplet: 53, 54 and 2B. RGB value is (83,84,43). Sum of RGB (Red+Green+Blue) = 83+84+43=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #53542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53542B is #ACABD4. Grayscale: #4F4F4F. Windows color (decimal): -11316181 or 2839635. OLE color: 2839635.
HSL color Cylindrical-coordinate representation of color #53542B: hue angle of 61.46º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53542B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 43 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.67 |
| HSL | 61.46º | 0.32% | 0.25% | - |
| HSV(B) | 61.46º | 0.49% | 0.33% | - |
| XYZ | 7.17 | 8.35 | 3.52 | - |
| YUV | 79.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 43 | 0.01 | 0 | 0.49 | 0.67 | 61.46 | 0.32 | 0.25 |
| Hex | 53 | 54 | 2B | 1 | 0 | 31 | 43 | 3D | 20 | 19 |
| Octal | 123 | 124 | 53 | 1 | 0 | 61 | 103 | 75 | 40 | 31 |
| Binary | 1010011 | 1010100 | 101011 | 1 | 0 | 110001 | 1000011 | 111101 | 100000 | 11001 |
Color Harmonies of #53542B
Complementary color
Monochromatic Colors of #53542B
Black with #53542B
Text Example
Text Example
White with #53542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53542B; }
p { color: rgb(83,84,43); }
H1.HeaderClassName
{
color: #53542B;
}
.AnyTagClassName
{
color: #53542B;
}
</style>
background-color css
<style>
a { background-color: #53542B; }
a { background-color: rgb(83,84,43); }
div.DivClassName
{
background-color: #53542B;
}
.BgClassName
{
background-color: #53542B;
}
</style>
border-color css
<style>
span { border-color: #53542B; }
span { border-color: rgb(83,84,43); }
td.TdClassName
{
border-color: #53542B;
}
.TagClassName
{
border-color: #53542B;
}
</style>