#8E824B

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

Shades of Clay Creek #8E824B

Tints of Clay Creek #8E824B

Color information

#8E824B (or 0x8E824B) is unknown color: approx Clay Creek. HEX triplet: 8E, 82 and 4B. RGB value is (142,130,75). Sum of RGB (Red+Green+Blue) = 142+130+75=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E824B is #717DB4. Grayscale: #7F7F7F. Windows color (decimal): -7437749 or 4948622. OLE color: 4948622.

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

Color convert

RGB14213075-
CMYK00.080.470.44
HSL49.25º30.88%42.55%-
HSV(B)49.25º47.18%55.69%-
XYZ20.4122.229.87-
YUV127.3298.48138.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=40.92%
G=37.46%
B=21.61%

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
Decimal1421307500.080.470.4449.2530.8842.55
Hex8E824B082F2C311f2b
Octal2162021130105754613753
Binary100011101000001010010110100010111110110011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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