#505628

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

Shades of Saratoga #505628

Tints of Saratoga #505628

Color information

#505628 (or 0x505628) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 28. RGB value is (80,86,40). Sum of RGB (Red+Green+Blue) = 80+86+40=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #505628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505628 is #AFA9D7. Grayscale: #4F4F4F. Windows color (decimal): -11512280 or 2643536. OLE color: 2643536.

HSL color Cylindrical-coordinate representation of color #505628: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505628 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB808640-
CMYK0.0700.530.66
HSL67.83º36.51%24.71%-
HSV(B)67.83º53.49%33.73%-
XYZ7.028.513.28-
YUV78.96106.01128.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=38.83%
G=41.75%
B=19.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086400.0700.530.6667.8336.5124.71
Hex505628703542442519
Octal1201265070651021044531
Binary1010000101011010100011101101011000010100010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505628; }

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

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

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

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

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

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

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

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