#886948

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

Shades of Shadow #886948

Tints of Shadow #886948

Color information

#886948 (or 0x886948) is unknown color: approx Shadow. HEX triplet: 88, 69 and 48. RGB value is (136,105,72). Sum of RGB (Red+Green+Blue) = 136+105+72=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #886948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886948 is #7796B7. Grayscale: #6E6E6E. Windows color (decimal): -7837368 or 4745608. OLE color: 4745608.

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

Color convert

RGB13610572-
CMYK00.230.470.47
HSL30.94º30.77%40.78%-
HSV(B)30.94º47.06%53.33%-
XYZ16.3715.818.32-
YUV110.51106.27146.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=43.45%
G=33.55%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361057200.230.470.4730.9430.7740.78
Hex8869480172F2F1f1f29
Octal2101511100275757373751
Binary10001000110100110010000101111011111011111111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886948; }

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

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

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

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

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

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

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

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