#88714D

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

Shades of Shadow #88714D

Tints of Shadow #88714D

Color information

#88714D (or 0x88714D) is unknown color: approx Shadow. HEX triplet: 88, 71 and 4D. RGB value is (136,113,77). Sum of RGB (Red+Green+Blue) = 136+113+77=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88714D is #778EB2. Grayscale: #737373. Windows color (decimal): -7835315 or 5075336. OLE color: 5075336.

HSL color Cylindrical-coordinate representation of color #88714D: hue angle of 36.61º 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 #88714D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13611377-
CMYK00.170.430.47
HSL36.61º27.7%41.76%-
HSV(B)36.61º43.38%53.33%-
XYZ17.417.589.5-
YUV115.77106.12142.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=41.72%
G=34.66%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361137700.170.430.4736.6127.741.76
Hex88714D0112B2F251c2a
Octal2101611150215357453452
Binary100010001110001100110101000110101110111110010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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