#8E7F59

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

Shades of Clay Creek #8E7F59

Tints of Clay Creek #8E7F59

Color information

#8E7F59 (or 0x8E7F59) is unknown color: approx Clay Creek. HEX triplet: 8E, 7F and 59. RGB value is (142,127,89). Sum of RGB (Red+Green+Blue) = 142+127+89=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F59 is #7180A6. Grayscale: #7F7F7F. Windows color (decimal): -7438503 or 5865358. OLE color: 5865358.

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

Color convert

RGB14212789-
CMYK00.110.370.44
HSL43.02º22.94%45.29%-
HSV(B)43.02º37.32%55.69%-
XYZ20.5521.6512.55-
YUV127.15106.47138.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=39.66%
G=35.47%
B=24.86%

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
Decimal1421278900.110.370.4443.0222.9445.29
Hex8E7F590B252C2b172d
Octal2161771310134554532755
Binary10001110111111110110010101110010110110010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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