#505429

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

Shades of Saratoga #505429

Tints of Saratoga #505429

Color information

#505429 (or 0x505429) is unknown color: approx Saratoga. HEX triplet: 50, 54 and 29. RGB value is (80,84,41). Sum of RGB (Red+Green+Blue) = 80+84+41=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #505429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505429 is #AFABD6. Grayscale: #4E4E4E. Windows color (decimal): -11512791 or 2708560. OLE color: 2708560.

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

Color convert

RGB808441-
CMYK0.0500.510.67
HSL65.58º34.4%24.51%-
HSV(B)65.58º51.19%32.94%-
XYZ6.888.213.32-
YUV77.9107.17129.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 41 (16.41% from 255) = 20%
R=39.02%
G=40.98%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084410.0500.510.6765.5834.424.51
Hex505429503343422219
Octal1201245150631031024231
Binary1010000101010010100110101100111000011100001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505429; }

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

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

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

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

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

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

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

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