#8E7163

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

Shades of Beaver #8E7163

Tints of Beaver #8E7163

Color information

#8E7163 (or 0x8E7163) is unknown color: approx Beaver. HEX triplet: 8E, 71 and 63. RGB value is (142,113,99). Sum of RGB (Red+Green+Blue) = 142+113+99=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7163 is #718E9C. Grayscale: #787878. Windows color (decimal): -7442077 or 6517134. OLE color: 6517134.

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

Color convert

RGB14211399-
CMYK00.200.300.44
HSL19.53º17.84%47.25%-
HSV(B)19.53º30.28%55.69%-
XYZ19.3118.4614.35-
YUV120.08116.11143.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=40.11%
G=31.92%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421139900.200.300.4419.5317.8447.25
Hex8E71630141E2C14122f
Octal2161611430243654242257
Binary1000111011100011100011010100111101011001010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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