#887165

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

Shades of Beaver #887165

Tints of Beaver #887165

Color information

#887165 (or 0x887165) is unknown color: approx Beaver. HEX triplet: 88, 71 and 65. RGB value is (136,113,101). Sum of RGB (Red+Green+Blue) = 136+113+101=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887165 is #778E9A. Grayscale: #767676. Windows color (decimal): -7835291 or 6648200. OLE color: 6648200.

HSL color Cylindrical-coordinate representation of color #887165: hue angle of 20.57º 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 #887165 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136113101-
CMYK00.170.260.47
HSL20.57º14.77%46.47%-
HSV(B)20.57º25.74%53.33%-
XYZ18.4117.9814.81-
YUV118.51118.12140.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=38.86%
G=32.29%
B=28.86%

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
Decimal13611310100.170.260.4720.5714.7746.47
Hex8871650111A2F15f2e
Octal2101611450213257251756
Binary100010001110001110010101000111010101111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887165; }

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

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

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

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

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

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

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

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