#8D8954

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

Shades of Clay Creek #8D8954

Tints of Clay Creek #8D8954

Color information

#8D8954 (or 0x8D8954) is unknown color: approx Clay Creek. HEX triplet: 8D, 89 and 54. RGB value is (141,137,84). Sum of RGB (Red+Green+Blue) = 141+137+84=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8954 is #7276AB. Grayscale: #848484. Windows color (decimal): -7501484 or 5540237. OLE color: 5540237.

HSL color Cylindrical-coordinate representation of color #8D8954: hue angle of 55.79º 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 #8D8954 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14113784-
CMYK00.030.400.45
HSL55.79º25.33%44.12%-
HSV(B)55.79º40.43%55.29%-
XYZ21.5324.1911.92-
YUV132.15100.83134.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=38.95%
G=37.85%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411378400.030.400.4555.7925.3344.12
Hex8D895403282D38192c
Octal215211124035055703154
Binary1000110110001001101010001110100010110111100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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