#8E7C4A

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

Shades of Clay Creek #8E7C4A

Tints of Clay Creek #8E7C4A

Color information

#8E7C4A (or 0x8E7C4A) is unknown color: approx Clay Creek. HEX triplet: 8E, 7C and 4A. RGB value is (142,124,74). Sum of RGB (Red+Green+Blue) = 142+124+74=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7C4A is #7183B5. Grayscale: #7B7B7B. Windows color (decimal): -7439286 or 4881550. OLE color: 4881550.

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

Color convert

RGB14212474-
CMYK00.130.480.44
HSL44.12º31.48%42.35%-
HSV(B)44.12º47.89%55.69%-
XYZ19.620.669.43-
YUV123.6899.96141.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=41.76%
G=36.47%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421247400.130.480.4444.1231.4842.35
Hex8E7C4A0D302C2c1f2a
Octal2161741120156054543752
Binary10001110111110010010100110111000010110010110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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