#887164

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

Shades of Beaver #887164

Tints of Beaver #887164

Color information

#887164 (or 0x887164) is unknown color: approx Beaver. HEX triplet: 88, 71 and 64. RGB value is (136,113,100). Sum of RGB (Red+Green+Blue) = 136+113+100=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887164 is #778E9B. Grayscale: #767676. Windows color (decimal): -7835292 or 6582664. OLE color: 6582664.

HSL color Cylindrical-coordinate representation of color #887164: hue angle of 21.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887164 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136113100-
CMYK00.170.260.47
HSL21.67º15.25%46.27%-
HSV(B)21.67º26.47%53.33%-
XYZ18.3617.9614.56-
YUV118.4117.62140.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=38.97%
G=32.38%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611310000.170.260.4721.6715.2546.27
Hex8871640111A2F16f2e
Octal2101611440213257261756
Binary100010001110001110010001000111010101111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887164; }

 p { color: rgb(136,113,100); }

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

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

 a { background-color: rgb(136,113,100); }

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

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

 span { border-color: rgb(136,113,100); }

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