#8E8259

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

Shades of Clay Creek #8E8259

Tints of Clay Creek #8E8259

Color information

#8E8259 (or 0x8E8259) is unknown color: approx Clay Creek. HEX triplet: 8E, 82 and 59. RGB value is (142,130,89). Sum of RGB (Red+Green+Blue) = 142+130+89=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8259 is #717DA6. Grayscale: #818181. Windows color (decimal): -7437735 or 5866126. OLE color: 5866126.

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

Color convert

RGB14213089-
CMYK00.080.370.44
HSL46.42º22.94%45.29%-
HSV(B)46.42º37.32%55.69%-
XYZ20.9422.4412.68-
YUV128.91105.48137.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=39.34%
G=36.01%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421308900.080.370.4446.4222.9445.29
Hex8E825908252C2e172d
Octal2162021310104554562755
Binary100011101000001010110010100010010110110010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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