#505A32

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

Shades of Saratoga #505A32

Tints of Saratoga #505A32

Color information

#505A32 (or 0x505A32) is unknown color: approx Saratoga. HEX triplet: 50, 5A and 32. RGB value is (80,90,50). Sum of RGB (Red+Green+Blue) = 80+90+50=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #505A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A32 is #AFA5CD. Grayscale: #525252. Windows color (decimal): -11511246 or 3299920. OLE color: 3299920.

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

Color convert

RGB809050-
CMYK0.1100.440.65
HSL75º28.57%27.45%-
HSV(B)75º44.44%35.29%-
XYZ7.549.254.41-
YUV82.45109.69126.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090500.1100.440.657528.5727.45
Hex505A32B02C414b1d1b
Octal12013262130541011133533
Binary1010000101101011001010110101100100000110010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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