#8D8154

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

Shades of Clay Creek #8D8154

Tints of Clay Creek #8D8154

Color information

#8D8154 (or 0x8D8154) is unknown color: approx Clay Creek. HEX triplet: 8D, 81 and 54. RGB value is (141,129,84). Sum of RGB (Red+Green+Blue) = 141+129+84=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8154 is #727EAB. Grayscale: #7F7F7F. Windows color (decimal): -7503532 or 5538189. OLE color: 5538189.

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

Color convert

RGB14112984-
CMYK00.090.400.45
HSL47.37º25.33%44.12%-
HSV(B)47.37º40.43%55.29%-
XYZ20.432211.56-
YUV127.46103.48137.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=39.83%
G=36.44%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411298400.090.400.4547.3725.3344.12
Hex8D815409282D2f192c
Octal2152011240115055573154
Binary100011011000000110101000100110100010110110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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