#8E834B

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

Shades of Clay Creek #8E834B

Tints of Clay Creek #8E834B

Color information

#8E834B (or 0x8E834B) is unknown color: approx Clay Creek. HEX triplet: 8E, 83 and 4B. RGB value is (142,131,75). Sum of RGB (Red+Green+Blue) = 142+131+75=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E834B is #717CB4. Grayscale: #808080. Windows color (decimal): -7437493 or 4948878. OLE color: 4948878.

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

Color convert

RGB14213175-
CMYK00.080.470.44
HSL50.15º30.88%42.55%-
HSV(B)50.15º47.18%55.69%-
XYZ20.5422.499.92-
YUV127.998.14138.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=40.80%
G=37.64%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421317500.080.470.4450.1530.8842.55
Hex8E834B082F2C321f2b
Octal2162031130105754623753
Binary100011101000001110010110100010111110110011001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,75); }

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

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

 a { background-color: rgb(142,131,75); }

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

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

 span { border-color: rgb(142,131,75); }

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