#8E7D50

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

Shades of Clay Creek #8E7D50

Tints of Clay Creek #8E7D50

Color information

#8E7D50 (or 0x8E7D50) is unknown color: approx Clay Creek. HEX triplet: 8E, 7D and 50. RGB value is (142,125,80). Sum of RGB (Red+Green+Blue) = 142+125+80=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D50 is #7182AF. Grayscale: #7D7D7D. Windows color (decimal): -7439024 or 5275022. OLE color: 5275022.

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

Color convert

RGB14212580-
CMYK00.120.440.44
HSL43.55º27.93%43.53%-
HSV(B)43.55º43.66%55.69%-
XYZ19.942110.59-
YUV124.95102.63140.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=40.92%
G=36.02%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421258000.120.440.4443.5527.9343.53
Hex8E7D500C2C2C2c1c2c
Octal2161751200145454543454
Binary10001110111110110100000110010110010110010110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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