#8E8355

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

Shades of Clay Creek #8E8355

Tints of Clay Creek #8E8355

Color information

#8E8355 (or 0x8E8355) is unknown color: approx Clay Creek. HEX triplet: 8E, 83 and 55. RGB value is (142,131,85). Sum of RGB (Red+Green+Blue) = 142+131+85=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8355 is #717CAA. Grayscale: #818181. Windows color (decimal): -7437483 or 5604238. OLE color: 5604238.

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

Color convert

RGB14213185-
CMYK00.080.400.44
HSL48.42º25.11%44.51%-
HSV(B)48.42º40.14%55.69%-
XYZ20.9122.6411.86-
YUV129.04103.14137.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=39.66%
G=36.59%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421318500.080.400.4448.4225.1144.51
Hex8E835508282C30192d
Octal2162031250105054603155
Binary100011101000001110101010100010100010110011000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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