#88704D

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

Shades of Shadow #88704D

Tints of Shadow #88704D

Color information

#88704D (or 0x88704D) is unknown color: approx Shadow. HEX triplet: 88, 70 and 4D. RGB value is (136,112,77). Sum of RGB (Red+Green+Blue) = 136+112+77=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88704D is #778FB2. Grayscale: #737373. Windows color (decimal): -7835571 or 5075080. OLE color: 5075080.

HSL color Cylindrical-coordinate representation of color #88704D: hue angle of 35.59º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88704D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13611277-
CMYK00.180.430.47
HSL35.59º27.7%41.76%-
HSV(B)35.59º43.38%53.33%-
XYZ17.2917.369.46-
YUV115.19106.45142.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=41.85%
G=34.46%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361127700.180.430.4735.5927.741.76
Hex88704D0122B2F241c2a
Octal2101601150225357443452
Binary100010001110000100110101001010101110111110010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88704D; }

 p { color: rgb(136,112,77); }

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

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

 a { background-color: rgb(136,112,77); }

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

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

 span { border-color: rgb(136,112,77); }

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