#8D844A

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

Shades of Highball #8D844A

Tints of Highball #8D844A

Color information

#8D844A (or 0x8D844A) is unknown color: approx Highball. HEX triplet: 8D, 84 and 4A. RGB value is (141,132,74). Sum of RGB (Red+Green+Blue) = 141+132+74=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D844A is #727BB5. Grayscale: #808080. Windows color (decimal): -7502774 or 4883597. OLE color: 4883597.

HSL color Cylindrical-coordinate representation of color #8D844A: hue angle of 51.94º degrees, saturation: 0.31, 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 #8D844A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB14113274-
CMYK00.060.480.45
HSL51.94º31.16%42.16%-
HSV(B)51.94º47.52%55.29%-
XYZ20.4722.669.77-
YUV128.0897.48137.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=40.63%
G=38.04%
B=21.33%

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
Decimal1411327400.060.480.4551.9431.1642.16
Hex8D844A06302D341f2a
Octal215204112066055643752
Binary10001101100001001001010011011000010110111010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,74); }

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

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

 a { background-color: rgb(141,132,74); }

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

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

 span { border-color: rgb(141,132,74); }

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