#888445

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

Shades of Highball #888445

Tints of Highball #888445

Color information

#888445 (or 0x888445) is unknown color: approx Highball. HEX triplet: 88, 84 and 45. RGB value is (136,132,69). Sum of RGB (Red+Green+Blue) = 136+132+69=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #888445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888445 is #777BBA. Grayscale: #7E7E7E. Windows color (decimal): -7830459 or 4555912. OLE color: 4555912.

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

Color convert

RGB13613269-
CMYK00.030.490.47
HSL56.42º32.68%40.2%-
HSV(B)56.42º49.26%53.33%-
XYZ19.4822.178.88-
YUV126.0195.83135.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=40.36%
G=39.17%
B=20.47%

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
Decimal1361326900.030.490.4756.4232.6840.2
Hex88844503312F382128
Octal210204105036157704150
Binary10001000100001001000101011110001101111111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888445; }

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

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

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

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

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

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

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

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