#888548

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

Shades of Highball #888548

Tints of Highball #888548

Color information

#888548 (or 0x888548) is unknown color: approx Highball. HEX triplet: 88, 85 and 48. RGB value is (136,133,72). Sum of RGB (Red+Green+Blue) = 136+133+72=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #888548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888548 is #777AB7. Grayscale: #7F7F7F. Windows color (decimal): -7830200 or 4752776. OLE color: 4752776.

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

Color convert

RGB13613372-
CMYK00.020.470.47
HSL57.19º30.77%40.78%-
HSV(B)57.19º47.06%53.33%-
XYZ19.7122.489.43-
YUV126.9496.99134.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=39.88%
G=39.00%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361337200.020.470.4757.1930.7740.78
Hex888548022F2F391f29
Octal210205110025757713751
Binary1000100010000101100100001010111110111111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888548; }

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

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

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

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

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

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

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

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