#886947

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

Shades of Shadow #886947

Tints of Shadow #886947

Color information

#886947 (or 0x886947) is unknown color: approx Shadow. HEX triplet: 88, 69 and 47. RGB value is (136,105,71). Sum of RGB (Red+Green+Blue) = 136+105+71=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886947 is #7796B8. Grayscale: #6E6E6E. Windows color (decimal): -7837369 or 4680072. OLE color: 4680072.

HSL color Cylindrical-coordinate representation of color #886947: hue angle of 31.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886947 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13610571-
CMYK00.230.480.47
HSL31.38º31.4%40.59%-
HSV(B)31.38º47.79%53.33%-
XYZ16.3415.798.15-
YUV110.39105.77146.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=43.59%
G=33.65%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361057100.230.480.4731.3831.440.59
Hex886947017302F1f1f29
Octal2101511070276057373751
Binary10001000110100110001110101111100001011111111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886947; }

 p { color: rgb(136,105,71); }

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

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

 a { background-color: rgb(136,105,71); }

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

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

 span { border-color: rgb(136,105,71); }

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