#8E7B59

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

Shades of Clay Creek #8E7B59

Tints of Clay Creek #8E7B59

Color information

#8E7B59 (or 0x8E7B59) is unknown color: approx Clay Creek. HEX triplet: 8E, 7B and 59. RGB value is (142,123,89). Sum of RGB (Red+Green+Blue) = 142+123+89=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B59 is #7184A6. Grayscale: #7C7C7C. Windows color (decimal): -7439527 or 5864334. OLE color: 5864334.

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

Color convert

RGB14212389-
CMYK00.130.370.44
HSL38.49º22.94%45.29%-
HSV(B)38.49º37.32%55.69%-
XYZ20.0420.6412.38-
YUV124.8107.79140.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=40.11%
G=34.75%
B=25.14%

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
Decimal1421238900.130.370.4438.4922.9445.29
Hex8E7B590D252C26172d
Octal2161731310154554462755
Binary10001110111101110110010110110010110110010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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