#888141

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

Shades of Highball #888141

Tints of Highball #888141

Color information

#888141 (or 0x888141) is unknown color: approx Highball. HEX triplet: 88, 81 and 41. RGB value is (136,129,65). Sum of RGB (Red+Green+Blue) = 136+129+65=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #888141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888141 is #777EBE. Grayscale: #7C7C7C. Windows color (decimal): -7831231 or 4293000. OLE color: 4293000.

HSL color Cylindrical-coordinate representation of color #888141: hue angle of 54.08º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #888141 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB13612965-
CMYK00.050.520.47
HSL54.08º35.32%39.41%-
HSV(B)54.08º52.21%53.33%-
XYZ18.9621.328.12-
YUV123.894.82136.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=41.21%
G=39.09%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361296500.050.520.4754.0835.3239.41
Hex88814105342F362327
Octal210201101056457664347
Binary100010001000000110000010101110100101111110110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888141; }

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

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

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

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

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

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

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

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