#8D705D

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

Shades of Beaver #8D705D

Tints of Beaver #8D705D

Color information

#8D705D (or 0x8D705D) is unknown color: approx Beaver. HEX triplet: 8D, 70 and 5D. RGB value is (141,112,93). Sum of RGB (Red+Green+Blue) = 141+112+93=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705D is #728FA2. Grayscale: #767676. Windows color (decimal): -7507875 or 6123661. OLE color: 6123661.

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

Color convert

RGB14111293-
CMYK00.210.340.45
HSL23.75º20.51%45.88%-
HSV(B)23.75º34.04%55.29%-
XYZ18.7518.0412.85-
YUV118.5113.61144.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=40.75%
G=32.37%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411129300.210.340.4523.7520.5145.88
Hex8D705D015222D18152e
Octal2151601350254255302556
Binary10001101111000010111010101011000101011011100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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