#8D705A

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

Shades of Beaver #8D705A

Tints of Beaver #8D705A

Color information

#8D705A (or 0x8D705A) is unknown color: approx Beaver. HEX triplet: 8D, 70 and 5A. RGB value is (141,112,90). Sum of RGB (Red+Green+Blue) = 141+112+90=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705A is #728FA5. Grayscale: #767676. Windows color (decimal): -7507878 or 5927053. OLE color: 5927053.

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

Color convert

RGB14111290-
CMYK00.210.360.45
HSL25.88º22.08%45.29%-
HSV(B)25.88º36.17%55.29%-
XYZ18.6217.9912.16-
YUV118.16112.11144.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=41.11%
G=32.65%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411129000.210.360.4525.8822.0845.29
Hex8D705A015242D1a162d
Octal2151601320254455322655
Binary10001101111000010110100101011001001011011101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,90); }

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

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

 a { background-color: rgb(141,112,90); }

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

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

 span { border-color: rgb(141,112,90); }

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