#8D7D4A

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

Shades of Clay Creek #8D7D4A

Tints of Clay Creek #8D7D4A

Color information

#8D7D4A (or 0x8D7D4A) is unknown color: approx Clay Creek. HEX triplet: 8D, 7D and 4A. RGB value is (141,125,74). Sum of RGB (Red+Green+Blue) = 141+125+74=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7D4A is #7282B5. Grayscale: #7C7C7C. Windows color (decimal): -7504566 or 4881805. OLE color: 4881805.

HSL color Cylindrical-coordinate representation of color #8D7D4A: hue angle of 45.67º degrees, saturation: 0.31, 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 #8D7D4A is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB14112574-
CMYK00.110.480.45
HSL45.67º31.16%42.16%-
HSV(B)45.67º47.52%55.29%-
XYZ19.5520.829.47-
YUV123.9799.8140.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=41.47%
G=36.76%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411257400.110.480.4545.6731.1642.16
Hex8D7D4A0B302D2e1f2a
Octal2151751120136055563752
Binary10001101111110110010100101111000010110110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,74); }

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

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

 a { background-color: rgb(141,125,74); }

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

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

 span { border-color: rgb(141,125,74); }

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