#8E7954

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

Shades of Clay Creek #8E7954

Tints of Clay Creek #8E7954

Color information

#8E7954 (or 0x8E7954) is unknown color: approx Clay Creek. HEX triplet: 8E, 79 and 54. RGB value is (142,121,84). Sum of RGB (Red+Green+Blue) = 142+121+84=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7954 is #7186AB. Grayscale: #7B7B7B. Windows color (decimal): -7440044 or 5536142. OLE color: 5536142.

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

Color convert

RGB14212184-
CMYK00.150.410.44
HSL38.28º25.66%44.31%-
HSV(B)38.28º40.85%55.69%-
XYZ19.5920.0711.23-
YUV123.06105.96141.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=40.92%
G=34.87%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421218400.150.410.4438.2825.6644.31
Hex8E79540F292C261a2c
Octal2161711240175154463254
Binary10001110111100110101000111110100110110010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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