#8F7366

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

Shades of Beaver #8F7366

Tints of Beaver #8F7366

Color information

#8F7366 (or 0x8F7366) is unknown color: approx Beaver. HEX triplet: 8F, 73 and 66. RGB value is (143,115,102). Sum of RGB (Red+Green+Blue) = 143+115+102=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7366 is #708C99. Grayscale: #797979. Windows color (decimal): -7376026 or 6714255. OLE color: 6714255.

HSL color Cylindrical-coordinate representation of color #8F7366: hue angle of 19.02º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7366 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB143115102-
CMYK00.200.290.44
HSL19.02º16.73%48.04%-
HSV(B)19.02º28.67%56.08%-
XYZ19.8619.0615.2-
YUV121.89116.78143.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=39.72%
G=31.94%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311510200.200.290.4419.0216.7348.04
Hex8F73660141D2C131130
Octal2171631460243554232160
Binary1000111111100111100110010100111011011001001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,102); }

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

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

 a { background-color: rgb(143,115,102); }

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

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

 span { border-color: rgb(143,115,102); }

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