#88714E

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

Shades of Shadow #88714E

Tints of Shadow #88714E

Color information

#88714E (or 0x88714E) is unknown color: approx Shadow. HEX triplet: 88, 71 and 4E. RGB value is (136,113,78). Sum of RGB (Red+Green+Blue) = 136+113+78=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88714E is #778EB1. Grayscale: #747474. Windows color (decimal): -7835314 or 5140872. OLE color: 5140872.

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

Color convert

RGB13611378-
CMYK00.170.430.47
HSL36.21º27.1%41.96%-
HSV(B)36.21º42.65%53.33%-
XYZ17.4317.599.68-
YUV115.89106.62142.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=41.59%
G=34.56%
B=23.85%

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
Decimal1361137800.170.430.4736.2127.141.96
Hex88714E0112B2F241b2a
Octal2101611160215357443352
Binary100010001110001100111001000110101110111110010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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