#8E7361

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

Shades of Beaver #8E7361

Tints of Beaver #8E7361

Color information

#8E7361 (or 0x8E7361) is unknown color: approx Beaver. HEX triplet: 8E, 73 and 61. RGB value is (142,115,97). Sum of RGB (Red+Green+Blue) = 142+115+97=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7361 is #718C9E. Grayscale: #797979. Windows color (decimal): -7441567 or 6386574. OLE color: 6386574.

HSL color Cylindrical-coordinate representation of color #8E7361: hue angle of 24º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7361 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14211597-
CMYK00.190.320.44
HSL24º18.83%46.86%-
HSV(B)24º31.69%55.69%-
XYZ19.4418.8813.93-
YUV121.02114.45142.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=40.11%
G=32.49%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421159700.190.320.442418.8346.86
Hex8E7361013202C18132f
Octal2161631410234054302357
Binary10001110111001111000010100111000001011001100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,115,97); }

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

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

 a { background-color: rgb(142,115,97); }

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

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

 span { border-color: rgb(142,115,97); }

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