#8D7F4D

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

Shades of Clay Creek #8D7F4D

Tints of Clay Creek #8D7F4D

Color information

#8D7F4D (or 0x8D7F4D) is unknown color: approx Clay Creek. HEX triplet: 8D, 7F and 4D. RGB value is (141,127,77). Sum of RGB (Red+Green+Blue) = 141+127+77=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7F4D is #7280B2. Grayscale: #7D7D7D. Windows color (decimal): -7504051 or 5078925. OLE color: 5078925.

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

Color convert

RGB14112777-
CMYK00.100.450.45
HSL46.87º29.36%42.75%-
HSV(B)46.87º45.39%55.29%-
XYZ19.9121.3810.1-
YUV125.49100.64139.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=40.87%
G=36.81%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411277700.100.450.4546.8729.3642.75
Hex8D7F4D0A2D2D2f1d2b
Octal2151771150125555573553
Binary10001101111111110011010101010110110110110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,77); }

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

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

 a { background-color: rgb(141,127,77); }

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

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

 span { border-color: rgb(141,127,77); }

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