#88884D

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

Shades of Highball #88884D

Tints of Highball #88884D

Color information

#88884D (or 0x88884D) is unknown color: approx Highball. HEX triplet: 88, 88 and 4D. RGB value is (136,136,77). Sum of RGB (Red+Green+Blue) = 136+136+77=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88884D is #7777B2. Grayscale: #818181. Windows color (decimal): -7829427 or 5081224. OLE color: 5081224.

HSL color Cylindrical-coordinate representation of color #88884D: hue angle of 60º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88884D is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13613677-
CMYK000.430.47
HSL60º27.7%41.76%-
HSV(B)60º43.38%53.33%-
XYZ20.323.3810.46-
YUV129.2798.5132.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=38.97%
G=38.97%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613677000.430.476027.741.76
Hex88884D002B2F3c1c2a
Octal210210115005357743452
Binary100010001000100010011010010101110111111110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88884D; }

 p { color: rgb(136,136,77); }

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

<style>
 a { background-color: #88884D; }

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

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

<style>
 span { border-color: #88884D; }

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

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