#8E704F

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

Shades of Pale Brown #8E704F

Tints of Pale Brown #8E704F

Color information

#8E704F (or 0x8E704F) is unknown color: approx Pale Brown. HEX triplet: 8E, 70 and 4F. RGB value is (142,112,79). Sum of RGB (Red+Green+Blue) = 142+112+79=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E704F is #718FB0. Grayscale: #757575. Windows color (decimal): -7442353 or 5206158. OLE color: 5206158.

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

Color convert

RGB14211279-
CMYK00.210.440.44
HSL31.43º28.51%43.33%-
HSV(B)31.43º44.37%55.69%-
XYZ18.3617.99.89-
YUV117.21106.44145.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=42.64%
G=33.63%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421127900.210.440.4431.4328.5143.33
Hex8E704F0152C2C1f1d2b
Octal2161601170255454373553
Binary10001110111000010011110101011011001011001111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,79); }

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

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

 a { background-color: rgb(142,112,79); }

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

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

 span { border-color: rgb(142,112,79); }

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