#8D8831

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

Shades of Highball #8D8831

Tints of Highball #8D8831

Color information

#8D8831 (or 0x8D8831) is unknown color: approx Highball. HEX triplet: 8D, 88 and 31. RGB value is (141,136,49). Sum of RGB (Red+Green+Blue) = 141+136+49=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8831 is #7277CE. Grayscale: #7F7F7F. Windows color (decimal): -7501775 or 3246221. OLE color: 3246221.

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

Color convert

RGB14113649-
CMYK00.040.650.45
HSL56.74º48.42%37.25%-
HSV(B)56.74º65.25%55.29%-
XYZ20.3423.496.37-
YUV127.5883.66137.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=43.25%
G=41.72%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411364900.040.650.4556.7448.4237.25
Hex8D883104412D393025
Octal215210610410155716045
Binary100011011000100011000101001000001101101111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,49); }

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

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

 a { background-color: rgb(141,136,49); }

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

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

 span { border-color: rgb(141,136,49); }

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