#8E7C59

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

Shades of Clay Creek #8E7C59

Tints of Clay Creek #8E7C59

Color information

#8E7C59 (or 0x8E7C59) is unknown color: approx Clay Creek. HEX triplet: 8E, 7C and 59. RGB value is (142,124,89). Sum of RGB (Red+Green+Blue) = 142+124+89=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C59 is #7183A6. Grayscale: #7D7D7D. Windows color (decimal): -7439271 or 5864590. OLE color: 5864590.

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

Color convert

RGB14212489-
CMYK00.130.370.44
HSL39.62º22.94%45.29%-
HSV(B)39.62º37.32%55.69%-
XYZ20.1720.8912.42-
YUV125.39107.46139.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=40%
G=34.93%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421248900.130.370.4439.6222.9445.29
Hex8E7C590D252C28172d
Octal2161741310154554502755
Binary10001110111110010110010110110010110110010100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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