#88754D

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

Shades of Shadow #88754D

Tints of Shadow #88754D

Color information

#88754D (or 0x88754D) is unknown color: approx Shadow. HEX triplet: 88, 75 and 4D. RGB value is (136,117,77). Sum of RGB (Red+Green+Blue) = 136+117+77=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88754D is #778AB2. Grayscale: #767676. Windows color (decimal): -7834291 or 5076360. OLE color: 5076360.

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

Color convert

RGB13611777-
CMYK00.140.430.47
HSL40.68º27.7%41.76%-
HSV(B)40.68º43.38%53.33%-
XYZ17.8518.499.65-
YUV118.12104.79140.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=41.21%
G=35.45%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361177700.140.430.4740.6827.741.76
Hex88754D0E2B2F291c2a
Octal2101651150165357513452
Binary10001000111010110011010111010101110111110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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