#88744F

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

Shades of Shadow #88744F

Tints of Shadow #88744F

Color information

#88744F (or 0x88744F) is unknown color: approx Shadow. HEX triplet: 88, 74 and 4F. RGB value is (136,116,79). Sum of RGB (Red+Green+Blue) = 136+116+79=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88744F is #778BB0. Grayscale: #757575. Windows color (decimal): -7834545 or 5207176. OLE color: 5207176.

HSL color Cylindrical-coordinate representation of color #88744F: hue angle of 38.95º 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 #88744F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13611679-
CMYK00.150.420.47
HSL38.95º26.51%42.16%-
HSV(B)38.95º41.91%53.33%-
XYZ17.8118.299.99-
YUV117.76106.13141.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=41.09%
G=35.05%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361167900.150.420.4738.9526.5142.16
Hex88744F0F2A2F271b2a
Octal2101641170175257473352
Binary10001000111010010011110111110101010111110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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