#505F2B

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

Shades of Saratoga #505F2B

Tints of Saratoga #505F2B

Color information

#505F2B (or 0x505F2B) is unknown color: approx Saratoga. HEX triplet: 50, 5F and 2B. RGB value is (80,95,43). Sum of RGB (Red+Green+Blue) = 80+95+43=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #505F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F2B is #AFA0D4. Grayscale: #545454. Windows color (decimal): -11509973 or 2842448. OLE color: 2842448.

HSL color Cylindrical-coordinate representation of color #505F2B: hue angle of 77.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505F2B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB809543-
CMYK0.1600.550.63
HSL77.31º37.68%27.06%-
HSV(B)77.31º54.74%37.25%-
XYZ7.8410.063.82-
YUV84.59104.53124.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=36.70%
G=43.58%
B=19.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095430.1600.550.6377.3137.6827.06
Hex505F2B100373F4d261b
Octal1201375320067771154633
Binary10100001011111101011100000110111111111100110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,43); }

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

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

 a { background-color: rgb(80,95,43); }

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

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

 span { border-color: rgb(80,95,43); }

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