#8B7161

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

Shades of Beaver #8B7161

Tints of Beaver #8B7161

Color information

#8B7161 (or 0x8B7161) is unknown color: approx Beaver. HEX triplet: 8B, 71 and 61. RGB value is (139,113,97). Sum of RGB (Red+Green+Blue) = 139+113+97=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7161 is #748E9E. Grayscale: #777777. Windows color (decimal): -7638687 or 6386059. OLE color: 6386059.

HSL color Cylindrical-coordinate representation of color #8B7161: hue angle of 22.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B7161 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13911397-
CMYK00.190.300.45
HSL22.86º17.8%46.27%-
HSV(B)22.86º30.22%54.51%-
XYZ18.7118.1613.83-
YUV118.95115.61142.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=39.83%
G=32.38%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391139700.190.300.4522.8617.846.27
Hex8B71610131E2D17122e
Octal2131611410233655272256
Binary1000101111100011100001010011111101011011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7161; }

 p { color: rgb(139,113,97); }

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

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

 a { background-color: rgb(139,113,97); }

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

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

 span { border-color: rgb(139,113,97); }

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