#887344

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

Shades of Shadow #887344

Tints of Shadow #887344

Color information

#887344 (or 0x887344) is unknown color: approx Shadow. HEX triplet: 88, 73 and 44. RGB value is (136,115,68). Sum of RGB (Red+Green+Blue) = 136+115+68=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887344 is #778CBB. Grayscale: #747474. Windows color (decimal): -7834812 or 4486024. OLE color: 4486024.

HSL color Cylindrical-coordinate representation of color #887344: hue angle of 41.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887344 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13611568-
CMYK00.150.500.47
HSL41.47º33.33%40%-
HSV(B)41.47º50%53.33%-
XYZ17.3317.918.01-
YUV115.92100.96142.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=42.63%
G=36.05%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361156800.150.500.4741.4733.3340
Hex8873440F322F292128
Octal2101631040176257514150
Binary100010001110011100010001111110010101111101001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887344; }

 p { color: rgb(136,115,68); }

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

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

 a { background-color: rgb(136,115,68); }

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

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

 span { border-color: rgb(136,115,68); }

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