#88734A

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

Shades of Shadow #88734A

Tints of Shadow #88734A

Color information

#88734A (or 0x88734A) is unknown color: approx Shadow. HEX triplet: 88, 73 and 4A. RGB value is (136,115,74). Sum of RGB (Red+Green+Blue) = 136+115+74=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88734A is #778CB5. Grayscale: #747474. Windows color (decimal): -7834806 or 4879240. OLE color: 4879240.

HSL color Cylindrical-coordinate representation of color #88734A: hue angle of 39.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88734A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13611574-
CMYK00.150.460.47
HSL39.68º29.52%41.18%-
HSV(B)39.68º45.59%53.33%-
XYZ17.5217.999.03-
YUV116.6103.96141.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=41.85%
G=35.38%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361157400.150.460.4739.6829.5241.18
Hex88734A0F2E2F281e29
Octal2101631120175657503651
Binary10001000111001110010100111110111010111110100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88734A; }

 p { color: rgb(136,115,74); }

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

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

 a { background-color: rgb(136,115,74); }

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

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

 span { border-color: rgb(136,115,74); }

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