#88864A

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

Shades of Highball #88864A

Tints of Highball #88864A

Color information

#88864A (or 0x88864A) is unknown color: approx Highball. HEX triplet: 88, 86 and 4A. RGB value is (136,134,74). Sum of RGB (Red+Green+Blue) = 136+134+74=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88864A is #7779B5. Grayscale: #808080. Windows color (decimal): -7829942 or 4884104. OLE color: 4884104.

HSL color Cylindrical-coordinate representation of color #88864A: hue angle of 58.06º 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 #88864A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13613474-
CMYK00.010.460.47
HSL58.06º29.52%41.18%-
HSV(B)58.06º45.59%53.33%-
XYZ19.9122.789.83-
YUV127.7697.66133.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=39.53%
G=38.95%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361347400.010.460.4758.0629.5241.18
Hex88864A012E2F3a1e29
Octal210206112015657723651
Binary100010001000011010010100110111010111111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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