#8E8059

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

Shades of Clay Creek #8E8059

Tints of Clay Creek #8E8059

Color information

#8E8059 (or 0x8E8059) is unknown color: approx Clay Creek. HEX triplet: 8E, 80 and 59. RGB value is (142,128,89). Sum of RGB (Red+Green+Blue) = 142+128+89=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8059 is #717FA6. Grayscale: #7F7F7F. Windows color (decimal): -7438247 or 5865614. OLE color: 5865614.

HSL color Cylindrical-coordinate representation of color #8E8059: hue angle of 44.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E8059 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14212889-
CMYK00.100.370.44
HSL44.15º22.94%45.29%-
HSV(B)44.15º37.32%55.69%-
XYZ20.6821.9112.59-
YUV127.74106.14138.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=39.55%
G=35.65%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421288900.100.370.4444.1522.9445.29
Hex8E80590A252C2c172d
Octal2162001310124554542755
Binary100011101000000010110010101010010110110010110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,89); }

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

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

 a { background-color: rgb(142,128,89); }

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

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

 span { border-color: rgb(142,128,89); }

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