#8D8731

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

Shades of Highball #8D8731

Tints of Highball #8D8731

Color information

#8D8731 (or 0x8D8731) is unknown color: approx Highball. HEX triplet: 8D, 87 and 31. RGB value is (141,135,49). Sum of RGB (Red+Green+Blue) = 141+135+49=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8731 is #7278CE. Grayscale: #7F7F7F. Windows color (decimal): -7502031 or 3245965. OLE color: 3245965.

HSL color Cylindrical-coordinate representation of color #8D8731: hue angle of 56.09º 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 #8D8731 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB14113549-
CMYK00.040.650.45
HSL56.09º48.42%37.25%-
HSV(B)56.09º65.25%55.29%-
XYZ20.223.216.32-
YUV126.9983.99137.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=43.38%
G=41.54%
B=15.08%

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
Decimal1411354900.040.650.4556.0948.4237.25
Hex8D873104412D383025
Octal215207610410155706045
Binary100011011000011111000101001000001101101111000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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