Shades of Saratoga #50572B
Tints of Saratoga #50572B
RGB
CMYK
RGB Variations
Color information
#50572B (or 0x50572B) is known color: Saratoga. HEX triplet: 50, 57 and 2B. RGB value is (80,87,43). Sum of RGB (Red+Green+Blue) = 80+87+43=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #50572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50572B is #AFA8D4. Grayscale: #505050. Windows color (decimal): -11512021 or 2840400. OLE color: 2840400.
HSL color Cylindrical-coordinate representation of color #50572B: hue angle of 69.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50572B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 87 | 43 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.66 |
| HSL | 69.55º | 0.34% | 0.25% | - |
| HSV(B) | 69.55º | 0.51% | 0.34% | - |
| XYZ | 7.15 | 8.7 | 3.59 | - |
| YUV | 79.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 43 | 0.08 | 0 | 0.51 | 0.66 | 69.55 | 0.34 | 0.25 |
| Hex | 50 | 57 | 2B | 8 | 0 | 33 | 42 | 46 | 22 | 19 |
| Octal | 120 | 127 | 53 | 10 | 0 | 63 | 102 | 106 | 42 | 31 |
| Binary | 1010000 | 1010111 | 101011 | 1000 | 0 | 110011 | 1000010 | 1000110 | 100010 | 11001 |
Color Harmonies of #50572B
Complementary color
Monochromatic Colors of #50572B
Black with #50572B
Text Example
Text Example
White with #50572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50572B; }
p { color: rgb(80,87,43); }
H1.HeaderClassName
{
color: #50572B;
}
.AnyTagClassName
{
color: #50572B;
}
</style>
background-color css
<style>
a { background-color: #50572B; }
a { background-color: rgb(80,87,43); }
div.DivClassName
{
background-color: #50572B;
}
.BgClassName
{
background-color: #50572B;
}
</style>
border-color css
<style>
span { border-color: #50572B; }
span { border-color: rgb(80,87,43); }
td.TdClassName
{
border-color: #50572B;
}
.TagClassName
{
border-color: #50572B;
}
</style>