#88714C

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

Shades of Shadow #88714C

Tints of Shadow #88714C

Color information

#88714C (or 0x88714C) is unknown color: approx Shadow. HEX triplet: 88, 71 and 4C. RGB value is (136,113,76). Sum of RGB (Red+Green+Blue) = 136+113+76=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88714C is #778EB3. Grayscale: #737373. Windows color (decimal): -7835316 or 5009800. OLE color: 5009800.

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

Color convert

RGB13611376-
CMYK00.170.440.47
HSL37º28.3%41.57%-
HSV(B)37º44.12%53.33%-
XYZ17.3617.579.31-
YUV115.66105.62142.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=41.85%
G=34.77%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361137600.170.440.473728.341.57
Hex88714C0112C2F251c2a
Octal2101611140215457453452
Binary100010001110001100110001000110110010111110010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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