#8E6F59

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

Shades of Beaver #8E6F59

Tints of Beaver #8E6F59

Color information

#8E6F59 (or 0x8E6F59) is unknown color: approx Beaver. HEX triplet: 8E, 6F and 59. RGB value is (142,111,89). Sum of RGB (Red+Green+Blue) = 142+111+89=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F59 is #7190A6. Grayscale: #757575. Windows color (decimal): -7442599 or 5861262. OLE color: 5861262.

HSL color Cylindrical-coordinate representation of color #8E6F59: hue angle of 24.91º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6F59 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14211189-
CMYK00.220.370.44
HSL24.91º22.94%45.29%-
HSV(B)24.91º37.32%55.69%-
XYZ18.6417.8411.91-
YUV117.76111.77145.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=41.52%
G=32.46%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421118900.220.370.4424.9122.9445.29
Hex8E6F59016252C19172d
Octal2161571310264554312755
Binary10001110110111110110010101101001011011001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,89); }

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

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

 a { background-color: rgb(142,111,89); }

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

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

 span { border-color: rgb(142,111,89); }

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