#8D7B4C

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

Shades of Clay Creek #8D7B4C

Tints of Clay Creek #8D7B4C

Color information

#8D7B4C (or 0x8D7B4C) is unknown color: approx Clay Creek. HEX triplet: 8D, 7B and 4C. RGB value is (141,123,76). Sum of RGB (Red+Green+Blue) = 141+123+76=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7B4C is #7284B3. Grayscale: #7B7B7B. Windows color (decimal): -7505076 or 5012365. OLE color: 5012365.

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

Color convert

RGB14112376-
CMYK00.130.460.45
HSL43.38º29.95%42.55%-
HSV(B)43.38º46.1%55.29%-
XYZ19.3720.359.74-
YUV123.02101.46140.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=41.47%
G=36.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411237600.130.460.4543.3829.9542.55
Hex8D7B4C0D2E2D2b1e2b
Octal2151731140155655533653
Binary10001101111101110011000110110111010110110101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,123,76); }

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

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

 a { background-color: rgb(141,123,76); }

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

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

 span { border-color: rgb(141,123,76); }

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