#888441

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

Shades of Highball #888441

Tints of Highball #888441

Color information

#888441 (or 0x888441) is unknown color: approx Highball. HEX triplet: 88, 84 and 41. RGB value is (136,132,65). Sum of RGB (Red+Green+Blue) = 136+132+65=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #888441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888441 is #777BBE. Grayscale: #7D7D7D. Windows color (decimal): -7830463 or 4293768. OLE color: 4293768.

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

Color convert

RGB13613265-
CMYK00.030.520.47
HSL56.62º35.32%39.41%-
HSV(B)56.62º52.21%53.33%-
XYZ19.3622.128.25-
YUV125.5693.83135.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=40.84%
G=39.64%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361326500.030.520.4756.6235.3239.41
Hex88844103342F392327
Octal210204101036457714347
Binary10001000100001001000001011110100101111111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888441; }

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

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

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

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

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

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

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

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