#8F7159

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

Shades of Beaver #8F7159

Tints of Beaver #8F7159

Color information

#8F7159 (or 0x8F7159) is unknown color: approx Beaver. HEX triplet: 8F, 71 and 59. RGB value is (143,113,89). Sum of RGB (Red+Green+Blue) = 143+113+89=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7159 is #708EA6. Grayscale: #777777. Windows color (decimal): -7376551 or 5861775. OLE color: 5861775.

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

Color convert

RGB14311389-
CMYK00.210.380.44
HSL26.67º23.28%45.49%-
HSV(B)26.67º37.76%56.08%-
XYZ19.0418.3711.99-
YUV119.23110.94144.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=41.45%
G=32.75%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431138900.210.380.4426.6723.2845.49
Hex8F7159015262C1b172d
Octal2171611310254654332755
Binary10001111111000110110010101011001101011001101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,89); }

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

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

 a { background-color: rgb(143,113,89); }

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

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

 span { border-color: rgb(143,113,89); }

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