#8E8851

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

Shades of Clay Creek #8E8851

Tints of Clay Creek #8E8851

Color information

#8E8851 (or 0x8E8851) is unknown color: approx Clay Creek. HEX triplet: 8E, 88 and 51. RGB value is (142,136,81). Sum of RGB (Red+Green+Blue) = 142+136+81=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8851 is #7177AE. Grayscale: #838383. Windows color (decimal): -7436207 or 5343374. OLE color: 5343374.

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

Color convert

RGB14213681-
CMYK00.040.430.44
HSL54.1º27.35%43.73%-
HSV(B)54.1º42.96%55.69%-
XYZ21.4423.9511.28-
YUV131.5299.49135.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=39.55%
G=37.88%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421368100.040.430.4454.127.3543.73
Hex8E8851042B2C361b2c
Octal216210121045354663354
Binary10001110100010001010001010010101110110011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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