#8D7D50

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

Shades of Clay Creek #8D7D50

Tints of Clay Creek #8D7D50

Color information

#8D7D50 (or 0x8D7D50) is unknown color: approx Clay Creek. HEX triplet: 8D, 7D and 50. RGB value is (141,125,80). Sum of RGB (Red+Green+Blue) = 141+125+80=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7D50 is #7282AF. Grayscale: #7C7C7C. Windows color (decimal): -7504560 or 5275021. OLE color: 5275021.

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

Color convert

RGB14112580-
CMYK00.110.430.45
HSL44.26º27.6%43.33%-
HSV(B)44.26º43.26%55.29%-
XYZ19.7720.9110.58-
YUV124.65102.8139.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=40.75%
G=36.13%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411258000.110.430.4544.2627.643.33
Hex8D7D500B2B2D2c1c2b
Octal2151751200135355543453
Binary10001101111110110100000101110101110110110110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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