#8B705E

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

Shades of Beaver #8B705E

Tints of Beaver #8B705E

Color information

#8B705E (or 0x8B705E) is unknown color: approx Beaver. HEX triplet: 8B, 70 and 5E. RGB value is (139,112,94). Sum of RGB (Red+Green+Blue) = 139+112+94=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705E is #748FA1. Grayscale: #767676. Windows color (decimal): -7638946 or 6189195. OLE color: 6189195.

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

Color convert

RGB13911294-
CMYK00.190.320.45
HSL24º19.31%45.69%-
HSV(B)24º32.37%54.51%-
XYZ18.4617.8913.07-
YUV118.02114.45142.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=40.29%
G=32.46%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391129400.190.320.452419.3145.69
Hex8B705E013202D18132e
Octal2131601360234055302356
Binary10001011111000010111100100111000001011011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,94); }

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

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

 a { background-color: rgb(139,112,94); }

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

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

 span { border-color: rgb(139,112,94); }

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