#888442

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

Shades of Highball #888442

Tints of Highball #888442

Color information

#888442 (or 0x888442) is unknown color: approx Highball. HEX triplet: 88, 84 and 42. RGB value is (136,132,66). Sum of RGB (Red+Green+Blue) = 136+132+66=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #888442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888442 is #777BBD. Grayscale: #7D7D7D. Windows color (decimal): -7830462 or 4359304. OLE color: 4359304.

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

Color convert

RGB13613266-
CMYK00.030.510.47
HSL56.57º34.65%39.61%-
HSV(B)56.57º51.47%53.33%-
XYZ19.3922.138.4-
YUV125.6794.33135.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=40.72%
G=39.52%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361326600.030.510.4756.5734.6539.61
Hex88844203332F392328
Octal210204102036357714350
Binary10001000100001001000010011110011101111111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888442; }

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

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

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

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

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

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

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

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