#888446

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

Shades of Highball #888446

Tints of Highball #888446

Color information

#888446 (or 0x888446) is unknown color: approx Highball. HEX triplet: 88, 84 and 46. RGB value is (136,132,70). Sum of RGB (Red+Green+Blue) = 136+132+70=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #888446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888446 is #777BB9. Grayscale: #7E7E7E. Windows color (decimal): -7830458 or 4621448. OLE color: 4621448.

HSL color Cylindrical-coordinate representation of color #888446: hue angle of 56.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888446 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13613270-
CMYK00.030.490.47
HSL56.36º32.04%40.39%-
HSV(B)56.36º48.53%53.33%-
XYZ19.5122.189.05-
YUV126.1396.33135.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=40.24%
G=39.05%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361327000.030.490.4756.3632.0440.39
Hex88844603312F382028
Octal210204106036157704050
Binary10001000100001001000110011110001101111111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888446; }

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

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

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

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

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

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

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

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