#8e8955

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

Shades of Clay Creek #8E8955

Tints of Clay Creek #8E8955

Color information

#8E8955 (or 0x8E8955) is unknown color: approx Clay Creek. HEX triplet: 8E, 89 and 55. RGB value is (142,137,85). Sum of RGB (Red+Green+Blue) = 142+137+85=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8955 is #7176AA. Grayscale: #848484. Windows color (decimal): -7435947 or 5605774. OLE color: 5605774.

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

Color convert

RGB14213785-
CMYK00.040.400.44
HSL54.74º25.11%44.51%-
HSV(B)54.74º40.14%55.69%-
XYZ21.7424.312.14-
YUV132.57101.16134.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=39.01%
G=37.64%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421378500.040.400.4454.7425.1144.51
Hex8E895504282C37192d
Octal216211125045054673155
Binary10001110100010011010101010010100010110011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,85); }

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

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

 a { background-color: rgb(142,137,85); }

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

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

 span { border-color: rgb(142,137,85); }

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