#88754A

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

Shades of Shadow #88754A

Tints of Shadow #88754A

Color information

#88754A (or 0x88754A) is unknown color: approx Shadow. HEX triplet: 88, 75 and 4A. RGB value is (136,117,74). Sum of RGB (Red+Green+Blue) = 136+117+74=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88754A is #778AB5. Grayscale: #757575. Windows color (decimal): -7834294 or 4879752. OLE color: 4879752.

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

Color convert

RGB13611774-
CMYK00.140.460.47
HSL41.61º29.52%41.18%-
HSV(B)41.61º45.59%53.33%-
XYZ17.7518.459.1-
YUV117.78103.29141-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=41.59%
G=35.78%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361177400.140.460.4741.6129.5241.18
Hex88754A0E2E2F2a1e29
Octal2101651120165657523651
Binary10001000111010110010100111010111010111110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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