#88873B

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

Shades of Highball #88873B

Tints of Highball #88873B

Color information

#88873B (or 0x88873B) is unknown color: approx Highball. HEX triplet: 88, 87 and 3B. RGB value is (136,135,59). Sum of RGB (Red+Green+Blue) = 136+135+59=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88873B is #7778C4. Grayscale: #7E7E7E. Windows color (decimal): -7829701 or 3901320. OLE color: 3901320.

HSL color Cylindrical-coordinate representation of color #88873B: hue angle of 59.22º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88873B is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13613559-
CMYK00.010.570.47
HSL59.22º39.49%38.24%-
HSV(B)59.22º56.62%53.33%-
XYZ19.6122.887.52-
YUV126.6489.83134.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=41.21%
G=40.91%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361355900.010.570.4759.2239.4938.24
Hex88873B01392F3b2726
Octal21020773017157734746
Binary100010001000011111101101111001101111111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88873B; }

 p { color: rgb(136,135,59); }

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

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

 a { background-color: rgb(136,135,59); }

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

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

 span { border-color: rgb(136,135,59); }

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