Shades of Saratoga #505A2D
Tints of Saratoga #505A2D
RGB
CMYK
RGB Variations
Color information
#505A2D (or 0x505A2D) is known color: Saratoga. HEX triplet: 50, 5A and 2D. RGB value is (80,90,45). Sum of RGB (Red+Green+Blue) = 80+90+45=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #505A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A2D is #AFA5D2. Grayscale: #525252. Windows color (decimal): -11511251 or 2972240. OLE color: 2972240.
HSL color Cylindrical-coordinate representation of color #505A2D: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505A2D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 45 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.65 |
| HSL | 73.33º | 0.33% | 0.26% | - |
| HSV(B) | 73.33º | 0.5% | 0.35% | - |
| XYZ | 7.44 | 9.21 | 3.87 | - |
| YUV | 81.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 45 | 0.11 | 0 | 0.50 | 0.65 | 73.33 | 0.33 | 0.26 |
| Hex | 50 | 5A | 2D | B | 0 | 32 | 41 | 49 | 21 | 1A |
| Octal | 120 | 132 | 55 | 13 | 0 | 62 | 101 | 111 | 41 | 32 |
| Binary | 1010000 | 1011010 | 101101 | 1011 | 0 | 110010 | 1000001 | 1001001 | 100001 | 11010 |
Color Harmonies of #505A2D
Complementary color
Monochromatic Colors of #505A2D
Black with #505A2D
Text Example
Text Example
White with #505A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A2D; }
p { color: rgb(80,90,45); }
H1.HeaderClassName
{
color: #505A2D;
}
.AnyTagClassName
{
color: #505A2D;
}
</style>
background-color css
<style>
a { background-color: #505A2D; }
a { background-color: rgb(80,90,45); }
div.DivClassName
{
background-color: #505A2D;
}
.BgClassName
{
background-color: #505A2D;
}
</style>
border-color css
<style>
span { border-color: #505A2D; }
span { border-color: rgb(80,90,45); }
td.TdClassName
{
border-color: #505A2D;
}
.TagClassName
{
border-color: #505A2D;
}
</style>