#8E7E54

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

Shades of Clay Creek #8E7E54

Tints of Clay Creek #8E7E54

Color information

#8E7E54 (or 0x8E7E54) is unknown color: approx Clay Creek. HEX triplet: 8E, 7E and 54. RGB value is (142,126,84). Sum of RGB (Red+Green+Blue) = 142+126+84=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E54 is #7181AB. Grayscale: #7E7E7E. Windows color (decimal): -7438764 or 5537422. OLE color: 5537422.

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

Color convert

RGB14212684-
CMYK00.110.410.44
HSL43.45º25.66%44.31%-
HSV(B)43.45º40.85%55.69%-
XYZ20.2221.3111.44-
YUV126104.3139.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=40.34%
G=35.80%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421268400.110.410.4443.4525.6644.31
Hex8E7E540B292C2b1a2c
Octal2161761240135154533254
Binary10001110111111010101000101110100110110010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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