#8D735D

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

Shades of Beaver #8D735D

Tints of Beaver #8D735D

Color information

#8D735D (or 0x8D735D) is unknown color: approx Beaver. HEX triplet: 8D, 73 and 5D. RGB value is (141,115,93). Sum of RGB (Red+Green+Blue) = 141+115+93=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D735D is #728CA2. Grayscale: #787878. Windows color (decimal): -7507107 or 6124429. OLE color: 6124429.

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

Color convert

RGB14111593-
CMYK00.180.340.45
HSL27.5º20.51%45.88%-
HSV(B)27.5º34.04%55.29%-
XYZ19.0918.7112.96-
YUV120.27112.61142.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=40.40%
G=32.95%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411159300.180.340.4527.520.5145.88
Hex8D735D012222D1b152e
Octal2151631350224255332556
Binary10001101111001110111010100101000101011011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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