Html Css Color HEX #8E7052 Pale Brown

📋 copy color: '#8E7052'

red 142 ◦ green 112 ◦ blue 82

#8E7052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #8E7052

Tints of Pale Brown #8E7052

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.4%

R = 42.26%
G = 33.33%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E7052 (or 0x8E7052) is known color: 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

RGB 142 112 82 -
CMYK 0 0.21 0.42 0.44
HSL 30º 0.27% 0.44% -
HSV(B) 30º 0.42% 0.56% -
XYZ 18.47 17.95 10.47 -
YUV 117.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 142 112 82 0 0.21 0.42 0.44 30 0.27 0.44
Hex 8E 70 52 0 15 2A 2C 1E 1B 2C
Octal 216 160 122 0 25 52 54 36 33 54
Binary 10001110 1110000 1010010 0 10101 101010 101100 11110 11011 101100

Color Harmonies of #8E7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7052

Black with #8E7052

Text Example


Text Example

White with #8E7052

Text Example


Text Example

HTML Codes & Css Web 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>