#888132

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

Shades of Highball #888132

Tints of Highball #888132

Color information

#888132 (or 0x888132) is unknown color: approx Highball. HEX triplet: 88, 81 and 32. RGB value is (136,129,50). Sum of RGB (Red+Green+Blue) = 136+129+50=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #888132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888132 is #777ECD. Grayscale: #7A7A7A. Windows color (decimal): -7831246 or 3309960. OLE color: 3309960.

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

Color convert

RGB13612950-
CMYK00.050.630.47
HSL55.12º46.24%36.47%-
HSV(B)55.12º63.24%53.33%-
XYZ18.5821.176.12-
YUV122.0987.32137.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=43.17%
G=40.95%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361295000.050.630.4755.1246.2436.47
Hex888132053F2F372e24
Octal21020162057757675644
Binary10001000100000011100100101111111101111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888132; }

 p { color: rgb(136,129,50); }

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

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

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

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

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

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

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