#888133

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

Shades of Highball #888133

Tints of Highball #888133

Color information

#888133 (or 0x888133) is unknown color: approx Highball. HEX triplet: 88, 81 and 33. RGB value is (136,129,51). Sum of RGB (Red+Green+Blue) = 136+129+51=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #888133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888133 is #777ECC. Grayscale: #7A7A7A. Windows color (decimal): -7831245 or 3375496. OLE color: 3375496.

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

Color convert

RGB13612951-
CMYK00.050.620.47
HSL55.06º45.45%36.67%-
HSV(B)55.06º62.5%53.33%-
XYZ18.621.176.24-
YUV122.287.82137.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=43.04%
G=40.82%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361295100.050.620.4755.0645.4536.67
Hex888133053E2F372d25
Octal21020163057657675545
Binary10001000100000011100110101111110101111110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888133; }

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

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

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

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

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

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

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

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