#888545

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

Shades of Highball #888545

Tints of Highball #888545

Color information

#888545 (or 0x888545) is unknown color: approx Highball. HEX triplet: 88, 85 and 45. RGB value is (136,133,69). Sum of RGB (Red+Green+Blue) = 136+133+69=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #888545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888545 is #777ABA. Grayscale: #7E7E7E. Windows color (decimal): -7830203 or 4556168. OLE color: 4556168.

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

Color convert

RGB13613369-
CMYK00.020.490.47
HSL57.31º32.68%40.2%-
HSV(B)57.31º49.26%53.33%-
XYZ19.6222.448.93-
YUV126.695.49134.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=40.24%
G=39.35%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361336900.020.490.4757.3132.6840.2
Hex88854502312F392128
Octal210205105026157714150
Binary10001000100001011000101010110001101111111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888545; }

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

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

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

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

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

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

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

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