#8E7E59

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

Shades of Clay Creek #8E7E59

Tints of Clay Creek #8E7E59

Color information

#8E7E59 (or 0x8E7E59) is unknown color: approx Clay Creek. HEX triplet: 8E, 7E and 59. RGB value is (142,126,89). Sum of RGB (Red+Green+Blue) = 142+126+89=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E59 is #7181A6. Grayscale: #7E7E7E. Windows color (decimal): -7438759 or 5865102. OLE color: 5865102.

HSL color Cylindrical-coordinate representation of color #8E7E59: hue angle of 41.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E7E59 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14212689-
CMYK00.110.370.44
HSL41.89º22.94%45.29%-
HSV(B)41.89º37.32%55.69%-
XYZ20.4221.3912.5-
YUV126.57106.8139.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=39.78%
G=35.29%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421268900.110.370.4441.8922.9445.29
Hex8E7E590B252C2a172d
Octal2161761310134554522755
Binary10001110111111010110010101110010110110010101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,89); }

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

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

 a { background-color: rgb(142,126,89); }

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

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

 span { border-color: rgb(142,126,89); }

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