#887267

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

Shades of Beaver #887267

Tints of Beaver #887267

Color information

#887267 (or 0x887267) is unknown color: approx Beaver. HEX triplet: 88, 72 and 67. RGB value is (136,114,103). Sum of RGB (Red+Green+Blue) = 136+114+103=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887267 is #778D98. Grayscale: #777777. Windows color (decimal): -7835033 or 6779528. OLE color: 6779528.

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

Color convert

RGB136114103-
CMYK00.160.240.47
HSL20º13.81%46.86%-
HSV(B)20º24.26%53.33%-
XYZ18.6218.2515.37-
YUV119.32118.79139.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=38.53%
G=32.29%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611410300.160.240.472013.8146.86
Hex887267010182F14e2f
Octal2101621470203057241657
Binary100010001110010110011101000011000101111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887267; }

 p { color: rgb(136,114,103); }

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

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

 a { background-color: rgb(136,114,103); }

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

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

 span { border-color: rgb(136,114,103); }

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