#8B705F

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

Shades of Beaver #8B705F

Tints of Beaver #8B705F

Color information

#8B705F (or 0x8B705F) is unknown color: approx Beaver. HEX triplet: 8B, 70 and 5F. RGB value is (139,112,95). Sum of RGB (Red+Green+Blue) = 139+112+95=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705F is #748FA0. Grayscale: #767676. Windows color (decimal): -7638945 or 6254731. OLE color: 6254731.

HSL color Cylindrical-coordinate representation of color #8B705F: hue angle of 23.18º 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 #8B705F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB13911295-
CMYK00.190.320.45
HSL23.18º18.8%45.88%-
HSV(B)23.18º31.65%54.51%-
XYZ18.5117.913.31-
YUV118.14114.95142.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=40.17%
G=32.37%
B=27.46%

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
Decimal1391129500.190.320.4523.1818.845.88
Hex8B705F013202D17132e
Octal2131601370234055272356
Binary10001011111000010111110100111000001011011011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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