#505A2F

Color #505A2F Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #505A2F

Tints of Saratoga #505A2F

Color information

#505A2F (or 0x505A2F) is unknown color: approx Saratoga. HEX triplet: 50, 5A and 2F. RGB value is (80,90,47). Sum of RGB (Red+Green+Blue) = 80+90+47=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #505A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A2F is #AFA5D0. Grayscale: #525252. Windows color (decimal): -11511249 or 3103312. OLE color: 3103312.

HSL color Cylindrical-coordinate representation of color #505A2F: hue angle of 73.95º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505A2F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB809047-
CMYK0.1100.480.65
HSL73.95º31.39%26.86%-
HSV(B)73.95º47.78%35.29%-
XYZ7.489.224.08-
YUV82.11108.19126.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=36.87%
G=41.47%
B=21.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090470.1100.480.6573.9531.3926.86
Hex505A2FB030414a1f1b
Octal12013257130601011123733
Binary1010000101101010111110110110000100000110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A2F; }

 p { color: rgb(80,90,47); }

 H1.HeaderClassName
 {
   color: #505A2F;
 }
 .AnyTagClassName
 {
   color: #505A2F;
 }
</style>
background-color css

<style>
 a { background-color: #505A2F; }

 a { background-color: rgb(80,90,47); }

 div.DivClassName
 {
   background-color: #505A2F;
 }
 .BgClassName
 {
   background-color: #505A2F;
 }
</style>
border-color css

<style>
 span { border-color: #505A2F; }

 span { border-color: rgb(80,90,47); }

 td.TdClassName
 {
   border-color: #505A2F;
 }
 .TagClassName
 {
   border-color: #505A2F;
 }
</style>