#8D8149

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

Shades of Clay Creek #8D8149

Tints of Clay Creek #8D8149

Color information

#8D8149 (or 0x8D8149) is unknown color: approx Clay Creek. HEX triplet: 8D, 81 and 49. RGB value is (141,129,73). Sum of RGB (Red+Green+Blue) = 141+129+73=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8149 is #727EB6. Grayscale: #7E7E7E. Windows color (decimal): -7503543 or 4817293. OLE color: 4817293.

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

Color convert

RGB14112973-
CMYK00.090.480.45
HSL49.41º31.78%41.96%-
HSV(B)49.41º48.23%55.29%-
XYZ20.0421.849.46-
YUV126.297.98138.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=41.11%
G=37.61%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411297300.090.480.4549.4131.7841.96
Hex8D814909302D31202a
Octal2152011110116055614052
Binary1000110110000001100100101001110000101101110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,73); }

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

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

 a { background-color: rgb(141,129,73); }

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

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

 span { border-color: rgb(141,129,73); }

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