#887051

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

Shades of Shadow #887051

Tints of Shadow #887051

Color information

#887051 (or 0x887051) is unknown color: approx Shadow. HEX triplet: 88, 70 and 51. RGB value is (136,112,81). Sum of RGB (Red+Green+Blue) = 136+112+81=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #887051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887051 is #778FAE. Grayscale: #737373. Windows color (decimal): -7835567 or 5337224. OLE color: 5337224.

HSL color Cylindrical-coordinate representation of color #887051: hue angle of 33.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887051 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13611281-
CMYK00.180.400.47
HSL33.82º25.35%42.55%-
HSV(B)33.82º40.44%53.33%-
XYZ17.4317.4210.23-
YUV115.64108.45142.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=41.34%
G=34.04%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361128100.180.400.4733.8225.3542.55
Hex887051012282F22192b
Octal2101601210225057423153
Binary100010001110000101000101001010100010111110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887051; }

 p { color: rgb(136,112,81); }

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

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

 a { background-color: rgb(136,112,81); }

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

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

 span { border-color: rgb(136,112,81); }

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