#8E8850

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

Shades of Clay Creek #8E8850

Tints of Clay Creek #8E8850

Color information

#8E8850 (or 0x8E8850) is unknown color: approx Clay Creek. HEX triplet: 8E, 88 and 50. RGB value is (142,136,80). Sum of RGB (Red+Green+Blue) = 142+136+80=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8850 is #7177AF. Grayscale: #838383. Windows color (decimal): -7436208 or 5277838. OLE color: 5277838.

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

Color convert

RGB14213680-
CMYK00.040.440.44
HSL54.19º27.93%43.53%-
HSV(B)54.19º43.66%55.69%-
XYZ21.4123.9411.08-
YUV131.4198.99135.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=39.66%
G=37.99%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421368000.040.440.4454.1927.9343.53
Hex8E8850042C2C361c2c
Octal216210120045454663454
Binary10001110100010001010000010010110010110011011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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