#8D7A4E

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

Shades of Clay Creek #8D7A4E

Tints of Clay Creek #8D7A4E

Color information

#8D7A4E (or 0x8D7A4E) is unknown color: approx Clay Creek. HEX triplet: 8D, 7A and 4E. RGB value is (141,122,78). Sum of RGB (Red+Green+Blue) = 141+122+78=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A4E is #7285B1. Grayscale: #7A7A7A. Windows color (decimal): -7505330 or 5143181. OLE color: 5143181.

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

Color convert

RGB14112278-
CMYK00.130.450.45
HSL41.9º28.77%42.94%-
HSV(B)41.9º44.68%55.29%-
XYZ19.3220.1310.08-
YUV122.66102.79141.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.35%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=41.35%
G=35.78%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411227800.130.450.4541.928.7742.94
Hex8D7A4E0D2D2D2a1d2b
Octal2151721160155555523553
Binary10001101111101010011100110110110110110110101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,78); }

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

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

 a { background-color: rgb(141,122,78); }

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

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

 span { border-color: rgb(141,122,78); }

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