#888248

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

Shades of Highball #888248

Tints of Highball #888248

Color information

#888248 (or 0x888248) is unknown color: approx Highball. HEX triplet: 88, 82 and 48. RGB value is (136,130,72). Sum of RGB (Red+Green+Blue) = 136+130+72=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #888248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888248 is #777DB7. Grayscale: #7D7D7D. Windows color (decimal): -7830968 or 4752008. OLE color: 4752008.

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

Color convert

RGB13613072-
CMYK00.040.470.47
HSL54.38º30.77%40.78%-
HSV(B)54.38º47.06%53.33%-
XYZ19.3121.679.3-
YUV125.1897.99135.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=40.24%
G=38.46%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361307200.040.470.4754.3830.7740.78
Hex888248042F2F361f29
Octal210202110045757663751
Binary10001000100000101001000010010111110111111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888248; }

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

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

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

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

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

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

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

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