#8E874F

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

Shades of Clay Creek #8E874F

Tints of Clay Creek #8E874F

Color information

#8E874F (or 0x8E874F) is unknown color: approx Clay Creek. HEX triplet: 8E, 87 and 4F. RGB value is (142,135,79). Sum of RGB (Red+Green+Blue) = 142+135+79=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E874F is #7178B0. Grayscale: #828282. Windows color (decimal): -7436465 or 5212046. OLE color: 5212046.

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

Color convert

RGB14213579-
CMYK00.050.440.44
HSL53.33º28.51%43.33%-
HSV(B)53.33º44.37%55.69%-
XYZ21.2323.6410.84-
YUV130.7198.82136.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=39.89%
G=37.92%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421357900.050.440.4453.3328.5143.33
Hex8E874F052C2C351d2b
Octal216207117055454653553
Binary10001110100001111001111010110110010110011010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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