#8E8254

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

Shades of Clay Creek #8E8254

Tints of Clay Creek #8E8254

Color information

#8E8254 (or 0x8E8254) is unknown color: approx Clay Creek. HEX triplet: 8E, 82 and 54. RGB value is (142,130,84). Sum of RGB (Red+Green+Blue) = 142+130+84=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8254 is #717DAB. Grayscale: #808080. Windows color (decimal): -7437740 or 5538446. OLE color: 5538446.

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

Color convert

RGB14213084-
CMYK00.080.410.44
HSL47.59º25.66%44.31%-
HSV(B)47.59º40.85%55.69%-
XYZ20.7422.3611.61-
YUV128.34102.98137.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=39.89%
G=36.52%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421308400.080.410.4447.5925.6644.31
Hex8E825408292C301a2c
Octal2162021240105154603254
Binary100011101000001010101000100010100110110011000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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