#8F7163

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

Shades of Beaver #8F7163

Tints of Beaver #8F7163

Color information

#8F7163 (or 0x8F7163) is unknown color: approx Beaver. HEX triplet: 8F, 71 and 63. RGB value is (143,113,99). Sum of RGB (Red+Green+Blue) = 143+113+99=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7163 is #708E9C. Grayscale: #787878. Windows color (decimal): -7376541 or 6517135. OLE color: 6517135.

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

Color convert

RGB14311399-
CMYK00.210.310.44
HSL19.09º18.18%47.45%-
HSV(B)19.09º30.77%56.08%-
XYZ19.4818.5514.36-
YUV120.37115.94144.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=40.28%
G=31.83%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431139900.210.310.4419.0918.1847.45
Hex8F71630151F2C13122f
Octal2171611430253754232257
Binary1000111111100011100011010101111111011001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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