#8E7C46

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

Shades of Clay Creek #8E7C46

Tints of Clay Creek #8E7C46

Color information

#8E7C46 (or 0x8E7C46) is unknown color: approx Clay Creek. HEX triplet: 8E, 7C and 46. RGB value is (142,124,70). Sum of RGB (Red+Green+Blue) = 142+124+70=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7C46 is #7183B9. Grayscale: #7B7B7B. Windows color (decimal): -7439290 or 4619406. OLE color: 4619406.

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

Color convert

RGB14212470-
CMYK00.130.510.44
HSL45º33.96%41.57%-
HSV(B)45º50.7%55.69%-
XYZ19.4720.618.75-
YUV123.2397.96141.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=42.26%
G=36.90%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421247000.130.510.444533.9641.57
Hex8E7C460D332C2d222a
Octal2161741060156354554252
Binary100011101111100100011001101110011101100101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,70); }

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

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

 a { background-color: rgb(142,124,70); }

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

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

 span { border-color: rgb(142,124,70); }

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