#88754F

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

Shades of Shadow #88754F

Tints of Shadow #88754F

Color information

#88754F (or 0x88754F) is unknown color: approx Shadow. HEX triplet: 88, 75 and 4F. RGB value is (136,117,79). Sum of RGB (Red+Green+Blue) = 136+117+79=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88754F is #778AB0. Grayscale: #767676. Windows color (decimal): -7834289 or 5207432. OLE color: 5207432.

HSL color Cylindrical-coordinate representation of color #88754F: hue angle of 40º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88754F is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13611779-
CMYK00.140.420.47
HSL40º26.51%42.16%-
HSV(B)40º41.91%53.33%-
XYZ17.9318.5210.03-
YUV118.35105.79140.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=40.96%
G=35.24%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361177900.140.420.474026.5142.16
Hex88754F0E2A2F281b2a
Octal2101651170165257503352
Binary10001000111010110011110111010101010111110100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88754F; }

 p { color: rgb(136,117,79); }

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

<style>
 a { background-color: #88754F; }

 a { background-color: rgb(136,117,79); }

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

<style>
 span { border-color: #88754F; }

 span { border-color: rgb(136,117,79); }

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