#8E7D57

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

Shades of Clay Creek #8E7D57

Tints of Clay Creek #8E7D57

Color information

#8E7D57 (or 0x8E7D57) is unknown color: approx Clay Creek. HEX triplet: 8E, 7D and 57. RGB value is (142,125,87). Sum of RGB (Red+Green+Blue) = 142+125+87=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D57 is #7182A8. Grayscale: #7D7D7D. Windows color (decimal): -7439017 or 5733774. OLE color: 5733774.

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

Color convert

RGB14212587-
CMYK00.120.390.44
HSL41.45º24.02%44.9%-
HSV(B)41.45º38.73%55.69%-
XYZ20.2121.1112.03-
YUV125.75106.13139.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=40.11%
G=35.31%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421258700.120.390.4441.4524.0244.9
Hex8E7D570C272C29182d
Octal2161751270144754513055
Binary10001110111110110101110110010011110110010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,125,87); }

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

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

 a { background-color: rgb(142,125,87); }

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

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

 span { border-color: rgb(142,125,87); }

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