#8E8150

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

Shades of Clay Creek #8E8150

Tints of Clay Creek #8E8150

Color information

#8E8150 (or 0x8E8150) is unknown color: approx Clay Creek. HEX triplet: 8E, 81 and 50. RGB value is (142,129,80). Sum of RGB (Red+Green+Blue) = 142+129+80=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8150 is #717EAF. Grayscale: #7F7F7F. Windows color (decimal): -7438000 or 5276046. OLE color: 5276046.

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

Color convert

RGB14212980-
CMYK00.090.440.44
HSL47.42º27.93%43.53%-
HSV(B)47.42º43.66%55.69%-
XYZ20.4522.0310.76-
YUV127.3101.31138.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=40.46%
G=36.75%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421298000.090.440.4447.4227.9343.53
Hex8E8150092C2C2f1c2c
Octal2162011200115454573454
Binary100011101000000110100000100110110010110010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,80); }

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

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

 a { background-color: rgb(142,129,80); }

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

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

 span { border-color: rgb(142,129,80); }

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