#888444

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

Shades of Highball #888444

Tints of Highball #888444

Color information

#888444 (or 0x888444) is unknown color: approx Highball. HEX triplet: 88, 84 and 44. RGB value is (136,132,68). Sum of RGB (Red+Green+Blue) = 136+132+68=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #888444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888444 is #777BBB. Grayscale: #7E7E7E. Windows color (decimal): -7830460 or 4490376. OLE color: 4490376.

HSL color Cylindrical-coordinate representation of color #888444: hue angle of 56.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #888444 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13613268-
CMYK00.030.500.47
HSL56.47º33.33%40%-
HSV(B)56.47º50%53.33%-
XYZ19.4522.158.72-
YUV125.995.33135.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=40.48%
G=39.29%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361326800.030.500.4756.4733.3340
Hex88844403322F382128
Octal210204104036257704150
Binary10001000100001001000100011110010101111111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888444; }

 p { color: rgb(136,132,68); }

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

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

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

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

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

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

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