Shades of Saratoga #50592B
Tints of Saratoga #50592B
RGB
CMYK
RGB Variations
Color information
#50592B (or 0x50592B) is known color: Saratoga. HEX triplet: 50, 59 and 2B. RGB value is (80,89,43). Sum of RGB (Red+Green+Blue) = 80+89+43=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #50592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50592B is #AFA6D4. Grayscale: #515151. Windows color (decimal): -11511509 or 2840912. OLE color: 2840912.
HSL color Cylindrical-coordinate representation of color #50592B: hue angle of 71.74º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50592B is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 43 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.65 |
| HSL | 71.74º | 0.35% | 0.26% | - |
| HSV(B) | 71.74º | 0.52% | 0.35% | - |
| XYZ | 7.32 | 9.02 | 3.64 | - |
| YUV | 81.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 43 | 0.10 | 0 | 0.52 | 0.65 | 71.74 | 0.35 | 0.26 |
| Hex | 50 | 59 | 2B | A | 0 | 34 | 41 | 48 | 23 | 1A |
| Octal | 120 | 131 | 53 | 12 | 0 | 64 | 101 | 110 | 43 | 32 |
| Binary | 1010000 | 1011001 | 101011 | 1010 | 0 | 110100 | 1000001 | 1001000 | 100011 | 11010 |
Color Harmonies of #50592B
Complementary color
Monochromatic Colors of #50592B
Black with #50592B
Text Example
Text Example
White with #50592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50592B; }
p { color: rgb(80,89,43); }
H1.HeaderClassName
{
color: #50592B;
}
.AnyTagClassName
{
color: #50592B;
}
</style>
background-color css
<style>
a { background-color: #50592B; }
a { background-color: rgb(80,89,43); }
div.DivClassName
{
background-color: #50592B;
}
.BgClassName
{
background-color: #50592B;
}
</style>
border-color css
<style>
span { border-color: #50592B; }
span { border-color: rgb(80,89,43); }
td.TdClassName
{
border-color: #50592B;
}
.TagClassName
{
border-color: #50592B;
}
</style>