#888748

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

Shades of Highball #888748

Tints of Highball #888748

Color information

#888748 (or 0x888748) is unknown color: approx Highball. HEX triplet: 88, 87 and 48. RGB value is (136,135,72). Sum of RGB (Red+Green+Blue) = 136+135+72=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #888748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888748 is #7778B7. Grayscale: #808080. Windows color (decimal): -7829688 or 4753288. OLE color: 4753288.

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

Color convert

RGB13613572-
CMYK00.010.470.47
HSL59.06º30.77%40.78%-
HSV(B)59.06º47.06%53.33%-
XYZ19.9923.039.52-
YUV128.1296.33133.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=39.65%
G=39.36%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361357200.010.470.4759.0630.7740.78
Hex888748012F2F3b1f29
Octal210207110015757733751
Binary100010001000011110010000110111110111111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888748; }

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

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

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

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

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

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

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

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