#8D804F

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

Shades of Clay Creek #8D804F

Tints of Clay Creek #8D804F

Color information

#8D804F (or 0x8D804F) is unknown color: approx Clay Creek. HEX triplet: 8D, 80 and 4F. RGB value is (141,128,79). Sum of RGB (Red+Green+Blue) = 141+128+79=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D804F is #727FB0. Grayscale: #7E7E7E. Windows color (decimal): -7503793 or 5210253. OLE color: 5210253.

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

Color convert

RGB14112879-
CMYK00.090.440.45
HSL47.42º28.18%43.14%-
HSV(B)47.42º43.97%55.29%-
XYZ20.1121.6710.52-
YUV126.3101.31138.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=40.52%
G=36.78%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411287900.090.440.4547.4228.1843.14
Hex8D804F092C2D2f1c2b
Octal2152001170115455573453
Binary100011011000000010011110100110110010110110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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