#8E7D4A

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

Shades of Clay Creek #8E7D4A

Tints of Clay Creek #8E7D4A

Color information

#8E7D4A (or 0x8E7D4A) is unknown color: approx Clay Creek. HEX triplet: 8E, 7D and 4A. RGB value is (142,125,74). Sum of RGB (Red+Green+Blue) = 142+125+74=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D4A is #7182B5. Grayscale: #7C7C7C. Windows color (decimal): -7439030 or 4881806. OLE color: 4881806.

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

Color convert

RGB14212574-
CMYK00.120.480.44
HSL45º31.48%42.35%-
HSV(B)45º47.89%55.69%-
XYZ19.7220.919.48-
YUV124.2799.63140.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=41.64%
G=36.66%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421257400.120.480.444531.4842.35
Hex8E7D4A0C302C2d1f2a
Octal2161751120146054553752
Binary10001110111110110010100110011000010110010110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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