#8D8549

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

Shades of Highball #8D8549

Tints of Highball #8D8549

Color information

#8D8549 (or 0x8D8549) is unknown color: approx Highball. HEX triplet: 8D, 85 and 49. RGB value is (141,133,73). Sum of RGB (Red+Green+Blue) = 141+133+73=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8549 is #727AB6. Grayscale: #808080. Windows color (decimal): -7502519 or 4818317. OLE color: 4818317.

HSL color Cylindrical-coordinate representation of color #8D8549: hue angle of 52.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D8549 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB14113373-
CMYK00.060.480.45
HSL52.94º31.78%41.96%-
HSV(B)52.94º48.23%55.29%-
XYZ20.5722.929.64-
YUV128.5596.65136.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=40.63%
G=38.33%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411337300.060.480.4552.9431.7841.96
Hex8D854906302D35202a
Octal215205111066055654052
Binary100011011000010110010010110110000101101110101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8549; }

 p { color: rgb(141,133,73); }

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

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

 a { background-color: rgb(141,133,73); }

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

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

 span { border-color: rgb(141,133,73); }

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