#505428

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

Shades of Saratoga #505428

Tints of Saratoga #505428

Color information

#505428 (or 0x505428) is unknown color: approx Saratoga. HEX triplet: 50, 54 and 28. RGB value is (80,84,40). Sum of RGB (Red+Green+Blue) = 80+84+40=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #505428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505428 is #AFABD7. Grayscale: #4D4D4D. Windows color (decimal): -11512792 or 2643024. OLE color: 2643024.

HSL color Cylindrical-coordinate representation of color #505428: hue angle of 65.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505428 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB808440-
CMYK0.0500.520.67
HSL65.45º35.48%24.31%-
HSV(B)65.45º52.38%32.94%-
XYZ6.868.23.23-
YUV77.79106.67129.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=39.22%
G=41.18%
B=19.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084400.0500.520.6765.4535.4824.31
Hex505428503443412318
Octal1201245050641031014330
Binary1010000101010010100010101101001000011100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505428; }

 p { color: rgb(80,84,40); }

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

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

 a { background-color: rgb(80,84,40); }

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

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

 span { border-color: rgb(80,84,40); }

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