#8E7F54

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

Shades of Clay Creek #8E7F54

Tints of Clay Creek #8E7F54

Color information

#8E7F54 (or 0x8E7F54) is unknown color: approx Clay Creek. HEX triplet: 8E, 7F and 54. RGB value is (142,127,84). Sum of RGB (Red+Green+Blue) = 142+127+84=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F54 is #7180AB. Grayscale: #7E7E7E. Windows color (decimal): -7438508 or 5537678. OLE color: 5537678.

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

Color convert

RGB14212784-
CMYK00.110.410.44
HSL44.48º25.66%44.31%-
HSV(B)44.48º40.85%55.69%-
XYZ20.3421.5711.48-
YUV126.58103.97139-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=40.23%
G=35.98%
B=23.80%

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
Decimal1421278400.110.410.4444.4825.6644.31
Hex8E7F540B292C2c1a2c
Octal2161771240135154543254
Binary10001110111111110101000101110100110110010110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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