#8E8759

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

Shades of Clay Creek #8E8759

Tints of Clay Creek #8E8759

Color information

#8E8759 (or 0x8E8759) is unknown color: approx Clay Creek. HEX triplet: 8E, 87 and 59. RGB value is (142,135,89). Sum of RGB (Red+Green+Blue) = 142+135+89=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8759 is #7178A6. Grayscale: #848484. Windows color (decimal): -7436455 or 5867406. OLE color: 5867406.

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

Color convert

RGB14213589-
CMYK00.050.370.44
HSL52.08º22.94%45.29%-
HSV(B)52.08º37.32%55.69%-
XYZ21.6223.812.91-
YUV131.85103.82135.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=38.80%
G=36.89%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421358900.050.370.4452.0822.9445.29
Hex8E875905252C34172d
Octal216207131054554642755
Binary10001110100001111011001010110010110110011010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,89); }

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

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

 a { background-color: rgb(142,135,89); }

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

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

 span { border-color: rgb(142,135,89); }

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