#888033

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

Shades of Highball #888033

Tints of Highball #888033

Color information

#888033 (or 0x888033) is unknown color: approx Highball. HEX triplet: 88, 80 and 33. RGB value is (136,128,51). Sum of RGB (Red+Green+Blue) = 136+128+51=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #888033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888033 is #777FCC. Grayscale: #797979. Windows color (decimal): -7831501 or 3375240. OLE color: 3375240.

HSL color Cylindrical-coordinate representation of color #888033: hue angle of 54.35º 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 #888033 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13612851-
CMYK00.060.620.47
HSL54.35º45.45%36.67%-
HSV(B)54.35º62.5%53.33%-
XYZ18.4720.916.19-
YUV121.6188.15138.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=43.17%
G=40.63%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361285100.060.620.4754.3545.4536.67
Hex888033063E2F362d25
Octal21020063067657665545
Binary10001000100000001100110110111110101111110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888033; }

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

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

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

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

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

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

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

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