#8E7F49

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

Shades of Clay Creek #8E7F49

Tints of Clay Creek #8E7F49

Color information

#8E7F49 (or 0x8E7F49) is unknown color: approx Clay Creek. HEX triplet: 8E, 7F and 49. RGB value is (142,127,73). Sum of RGB (Red+Green+Blue) = 142+127+73=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F49 is #7180B6. Grayscale: #7D7D7D. Windows color (decimal): -7438519 or 4816782. OLE color: 4816782.

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

Color convert

RGB14212773-
CMYK00.110.490.44
HSL46.96º32.09%42.16%-
HSV(B)46.96º48.59%55.69%-
XYZ19.9521.419.38-
YUV125.3398.47139.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=41.52%
G=37.13%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421277300.110.490.4446.9632.0942.16
Hex8E7F490B312C2f202a
Octal2161771110136154574052
Binary100011101111111100100101011110001101100101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,73); }

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

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

 a { background-color: rgb(142,127,73); }

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

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

 span { border-color: rgb(142,127,73); }

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