#8D7C50

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

Shades of Clay Creek #8D7C50

Tints of Clay Creek #8D7C50

Color information

#8D7C50 (or 0x8D7C50) is unknown color: approx Clay Creek. HEX triplet: 8D, 7C and 50. RGB value is (141,124,80). Sum of RGB (Red+Green+Blue) = 141+124+80=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C50 is #7283AF. Grayscale: #7C7C7C. Windows color (decimal): -7504816 or 5274765. OLE color: 5274765.

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

Color convert

RGB14112480-
CMYK00.120.430.45
HSL43.28º27.6%43.33%-
HSV(B)43.28º43.26%55.29%-
XYZ19.6420.6610.54-
YUV124.07103.13140.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=40.87%
G=35.94%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411248000.120.430.4543.2827.643.33
Hex8D7C500C2B2D2b1c2b
Octal2151741200145355533453
Binary10001101111110010100000110010101110110110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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