#8E884F

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

Shades of Clay Creek #8E884F

Tints of Clay Creek #8E884F

Color information

#8E884F (or 0x8E884F) is unknown color: approx Clay Creek. HEX triplet: 8E, 88 and 4F. RGB value is (142,136,79). Sum of RGB (Red+Green+Blue) = 142+136+79=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E884F is #7177B0. Grayscale: #838383. Windows color (decimal): -7436209 or 5212302. OLE color: 5212302.

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

Color convert

RGB14213679-
CMYK00.040.440.44
HSL54.29º28.51%43.33%-
HSV(B)54.29º44.37%55.69%-
XYZ21.3723.9210.89-
YUV131.398.49135.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=39.78%
G=38.10%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421367900.040.440.4454.2928.5143.33
Hex8E884F042C2C361d2b
Octal216210117045454663553
Binary10001110100010001001111010010110010110011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,79); }

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

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

 a { background-color: rgb(142,136,79); }

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

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

 span { border-color: rgb(142,136,79); }

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