#888148

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

Shades of Highball #888148

Tints of Highball #888148

Color information

#888148 (or 0x888148) is unknown color: approx Highball. HEX triplet: 88, 81 and 48. RGB value is (136,129,72). Sum of RGB (Red+Green+Blue) = 136+129+72=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #888148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888148 is #777EB7. Grayscale: #7C7C7C. Windows color (decimal): -7831224 or 4751752. OLE color: 4751752.

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

Color convert

RGB13612972-
CMYK00.050.470.47
HSL53.44º30.77%40.78%-
HSV(B)53.44º47.06%53.33%-
XYZ19.1721.49.25-
YUV124.698.32136.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=40.36%
G=38.28%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361297200.050.470.4753.4430.7740.78
Hex888148052F2F351f29
Octal210201110055757653751
Binary10001000100000011001000010110111110111111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888148; }

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

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

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

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

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

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

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

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