#8E8350

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

Shades of Clay Creek #8E8350

Tints of Clay Creek #8E8350

Color information

#8E8350 (or 0x8E8350) is unknown color: approx Clay Creek. HEX triplet: 8E, 83 and 50. RGB value is (142,131,80). Sum of RGB (Red+Green+Blue) = 142+131+80=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8350 is #717CAF. Grayscale: #808080. Windows color (decimal): -7437488 or 5276558. OLE color: 5276558.

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

Color convert

RGB14213180-
CMYK00.080.440.44
HSL49.35º27.93%43.53%-
HSV(B)49.35º43.66%55.69%-
XYZ20.7222.5610.85-
YUV128.48100.64137.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=40.23%
G=37.11%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421318000.080.440.4449.3527.9343.53
Hex8E8350082C2C311c2c
Octal2162031200105454613454
Binary100011101000001110100000100010110010110011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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