#8D705B

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

Shades of Beaver #8D705B

Tints of Beaver #8D705B

Color information

#8D705B (or 0x8D705B) is unknown color: approx Beaver. HEX triplet: 8D, 70 and 5B. RGB value is (141,112,91). Sum of RGB (Red+Green+Blue) = 141+112+91=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705B is #728FA4. Grayscale: #767676. Windows color (decimal): -7507877 or 5992589. OLE color: 5992589.

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

Color convert

RGB14111291-
CMYK00.210.350.45
HSL25.2º21.55%45.49%-
HSV(B)25.2º35.46%55.29%-
XYZ18.6718.0112.39-
YUV118.28112.61144.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=40.99%
G=32.56%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411129100.210.350.4525.221.5545.49
Hex8D705B015232D19162d
Octal2151601330254355312655
Binary10001101111000010110110101011000111011011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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