#887167

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

Shades of Beaver #887167

Tints of Beaver #887167

Color information

#887167 (or 0x887167) is unknown color: approx Beaver. HEX triplet: 88, 71 and 67. RGB value is (136,113,103). Sum of RGB (Red+Green+Blue) = 136+113+103=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #887167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887167 is #778E98. Grayscale: #767676. Windows color (decimal): -7835289 or 6779272. OLE color: 6779272.

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

Color convert

RGB136113103-
CMYK00.170.240.47
HSL18.18º13.81%46.86%-
HSV(B)18.18º24.26%53.33%-
XYZ18.5118.0215.34-
YUV118.74119.12140.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=38.64%
G=32.10%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611310300.170.240.4718.1813.8146.86
Hex887167011182F12e2f
Octal2101611470213057221657
Binary100010001110001110011101000111000101111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887167; }

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

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

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

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

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

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

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

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