#8E7050

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

Shades of Pale Brown #8E7050

Tints of Pale Brown #8E7050

Color information

#8E7050 (or 0x8E7050) is unknown color: approx Pale Brown. HEX triplet: 8E, 70 and 50. RGB value is (142,112,80). Sum of RGB (Red+Green+Blue) = 142+112+80=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7050 is #718FAF. Grayscale: #757575. Windows color (decimal): -7442352 or 5271694. OLE color: 5271694.

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

Color convert

RGB14211280-
CMYK00.210.440.44
HSL30.97º27.93%43.53%-
HSV(B)30.97º43.66%55.69%-
XYZ18.417.9210.08-
YUV117.32106.94145.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=42.51%
G=33.53%
B=23.95%

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
Decimal1421128000.210.440.4430.9727.9343.53
Hex8E70500152C2C1f1c2c
Octal2161601200255454373454
Binary10001110111000010100000101011011001011001111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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