#8E7C4D

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

Shades of Clay Creek #8E7C4D

Tints of Clay Creek #8E7C4D

Color information

#8E7C4D (or 0x8E7C4D) is unknown color: approx Clay Creek. HEX triplet: 8E, 7C and 4D. RGB value is (142,124,77). Sum of RGB (Red+Green+Blue) = 142+124+77=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C4D is #7183B2. Grayscale: #7C7C7C. Windows color (decimal): -7439283 or 5078158. OLE color: 5078158.

HSL color Cylindrical-coordinate representation of color #8E7C4D: hue angle of 43.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E7C4D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB14212477-
CMYK00.130.460.44
HSL43.38º29.68%42.94%-
HSV(B)43.38º45.77%55.69%-
XYZ19.720.79.98-
YUV124.02101.46140.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=41.40%
G=36.15%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421247700.130.460.4443.3829.6842.94
Hex8E7C4D0D2E2C2b1e2b
Octal2161741150155654533653
Binary10001110111110010011010110110111010110010101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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