#8D805E

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

Shades of Clay Creek #8D805E

Tints of Clay Creek #8D805E

Color information

#8D805E (or 0x8D805E) is unknown color: approx Clay Creek. HEX triplet: 8D, 80 and 5E. RGB value is (141,128,94). Sum of RGB (Red+Green+Blue) = 141+128+94=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D805E is #727FA1. Grayscale: #808080. Windows color (decimal): -7503778 or 6193293. OLE color: 6193293.

HSL color Cylindrical-coordinate representation of color #8D805E: hue angle of 43.4º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D805E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB14112894-
CMYK00.090.330.45
HSL43.4º20%46.08%-
HSV(B)43.4º33.33%55.29%-
XYZ20.7221.9113.73-
YUV128.01108.81137.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=38.84%
G=35.26%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411289400.090.330.4543.42046.08
Hex8D805E09212D2b142e
Octal2152001360114155532456
Binary100011011000000010111100100110000110110110101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,94); }

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

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

 a { background-color: rgb(141,128,94); }

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

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

 span { border-color: rgb(141,128,94); }

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