#8E815D

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

Shades of Clay Creek #8E815D

Tints of Clay Creek #8E815D

Color information

#8E815D (or 0x8E815D) is unknown color: approx Clay Creek. HEX triplet: 8E, 81 and 5D. RGB value is (142,129,93). Sum of RGB (Red+Green+Blue) = 142+129+93=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E815D is #717EA2. Grayscale: #808080. Windows color (decimal): -7437987 or 6128014. OLE color: 6128014.

HSL color Cylindrical-coordinate representation of color #8E815D: hue angle of 44.08º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E815D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14212993-
CMYK00.090.350.44
HSL44.08º20.85%46.08%-
HSV(B)44.08º34.51%55.69%-
XYZ20.9822.2413.54-
YUV128.78107.81137.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=39.01%
G=35.44%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421299300.090.350.4444.0820.8546.08
Hex8E815D09232C2c152e
Octal2162011350114354542556
Binary100011101000000110111010100110001110110010110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,93); }

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

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

 a { background-color: rgb(142,129,93); }

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

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

 span { border-color: rgb(142,129,93); }

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