#8E7E46

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

Shades of Clay Creek #8E7E46

Tints of Clay Creek #8E7E46

Color information

#8E7E46 (or 0x8E7E46) is unknown color: approx Clay Creek. HEX triplet: 8E, 7E and 46. RGB value is (142,126,70). Sum of RGB (Red+Green+Blue) = 142+126+70=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E46 is #7181B9. Grayscale: #7C7C7C. Windows color (decimal): -7438778 or 4619918. OLE color: 4619918.

HSL color Cylindrical-coordinate representation of color #8E7E46: hue angle of 46.67º 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 #8E7E46 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB14212670-
CMYK00.110.510.44
HSL46.67º33.96%41.57%-
HSV(B)46.67º50.7%55.69%-
XYZ19.7221.118.83-
YUV124.497.3140.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=42.01%
G=37.28%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421267000.110.510.4446.6733.9641.57
Hex8E7E460B332C2f222a
Octal2161761060136354574252
Binary100011101111110100011001011110011101100101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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