#88884A

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

Shades of Highball #88884A

Tints of Highball #88884A

Color information

#88884A (or 0x88884A) is unknown color: approx Highball. HEX triplet: 88, 88 and 4A. RGB value is (136,136,74). Sum of RGB (Red+Green+Blue) = 136+136+74=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88884A is #7777B5. Grayscale: #818181. Windows color (decimal): -7829430 or 4884616. OLE color: 4884616.

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

Color convert

RGB13613674-
CMYK000.460.47
HSL60º29.52%41.18%-
HSV(B)60º45.59%53.33%-
XYZ20.1923.349.92-
YUV128.9397133.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=39.31%
G=39.31%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613674000.460.476029.5241.18
Hex88884A002E2F3c1e29
Octal210210112005657743651
Binary100010001000100010010100010111010111111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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