#8C8831

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

Shades of Highball #8C8831

Tints of Highball #8C8831

Color information

#8C8831 (or 0x8C8831) is unknown color: approx Highball. HEX triplet: 8C, 88 and 31. RGB value is (140,136,49). Sum of RGB (Red+Green+Blue) = 140+136+49=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8831 is #7377CE. Grayscale: #7F7F7F. Windows color (decimal): -7567311 or 3246220. OLE color: 3246220.

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

Color convert

RGB14013649-
CMYK00.030.650.45
HSL57.36º48.15%37.06%-
HSV(B)57.36º65%54.9%-
XYZ20.1723.416.36-
YUV127.2883.83137.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=43.08%
G=41.85%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401364900.030.650.4557.3648.1537.06
Hex8C883103412D393025
Octal214210610310155716045
Binary10001100100010001100010111000001101101111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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