#8E7F51

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

Shades of Clay Creek #8E7F51

Tints of Clay Creek #8E7F51

Color information

#8E7F51 (or 0x8E7F51) is unknown color: approx Clay Creek. HEX triplet: 8E, 7F and 51. RGB value is (142,127,81). Sum of RGB (Red+Green+Blue) = 142+127+81=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F51 is #7180AE. Grayscale: #7E7E7E. Windows color (decimal): -7438511 or 5341070. OLE color: 5341070.

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

Color convert

RGB14212781-
CMYK00.110.430.44
HSL45.25º27.35%43.73%-
HSV(B)45.25º42.96%55.69%-
XYZ20.2321.5210.87-
YUV126.24102.47139.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=40.57%
G=36.29%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421278100.110.430.4445.2527.3543.73
Hex8E7F510B2B2C2d1b2c
Octal2161771210135354553354
Binary10001110111111110100010101110101110110010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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