#8E7052

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

Shades of Pale Brown #8E7052

Tints of Pale Brown #8E7052

Color information

#8E7052 (or 0x8E7052) is unknown color: approx Pale Brown. HEX triplet: 8E, 70 and 52. RGB value is (142,112,82). Sum of RGB (Red+Green+Blue) = 142+112+82=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7052 is #718FAD. Grayscale: #757575. Windows color (decimal): -7442350 or 5402766. OLE color: 5402766.

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

Color convert

RGB14211282-
CMYK00.210.420.44
HSL30º26.79%43.92%-
HSV(B)30º42.25%55.69%-
XYZ18.4717.9510.47-
YUV117.55107.94145.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=42.26%
G=33.33%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421128200.210.420.443026.7943.92
Hex8E70520152A2C1e1b2c
Octal2161601220255254363354
Binary10001110111000010100100101011010101011001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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