Shades of Saratoga #50552C
Tints of Saratoga #50552C
RGB
CMYK
RGB Variations
Color information
#50552C (or 0x50552C) is known color: Saratoga. HEX triplet: 50, 55 and 2C. RGB value is (80,85,44). Sum of RGB (Red+Green+Blue) = 80+85+44=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #50552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552C is #AFAAD3. Grayscale: #4E4E4E. Windows color (decimal): -11512532 or 2905424. OLE color: 2905424.
HSL color Cylindrical-coordinate representation of color #50552C: hue angle of 67.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50552C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 44 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.67 |
| HSL | 67.32º | 0.32% | 0.25% | - |
| HSV(B) | 67.32º | 0.48% | 0.33% | - |
| XYZ | 7.01 | 8.38 | 3.63 | - |
| YUV | 78.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 44 | 0.06 | 0 | 0.48 | 0.67 | 67.32 | 0.32 | 0.25 |
| Hex | 50 | 55 | 2C | 6 | 0 | 30 | 43 | 43 | 20 | 19 |
| Octal | 120 | 125 | 54 | 6 | 0 | 60 | 103 | 103 | 40 | 31 |
| Binary | 1010000 | 1010101 | 101100 | 110 | 0 | 110000 | 1000011 | 1000011 | 100000 | 11001 |
Color Harmonies of #50552C
Complementary color
Monochromatic Colors of #50552C
Black with #50552C
Text Example
Text Example
White with #50552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50552C; }
p { color: rgb(80,85,44); }
H1.HeaderClassName
{
color: #50552C;
}
.AnyTagClassName
{
color: #50552C;
}
</style>
background-color css
<style>
a { background-color: #50552C; }
a { background-color: rgb(80,85,44); }
div.DivClassName
{
background-color: #50552C;
}
.BgClassName
{
background-color: #50552C;
}
</style>
border-color css
<style>
span { border-color: #50552C; }
span { border-color: rgb(80,85,44); }
td.TdClassName
{
border-color: #50552C;
}
.TagClassName
{
border-color: #50552C;
}
</style>