#8D5F31

Color #8D5F31 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #8D5F31

Tints of Rusty Nail #8D5F31

Color information

#8D5F31 (or 0x8D5F31) is unknown color: approx Rusty Nail. HEX triplet: 8D, 5F and 31. RGB value is (141,95,49). Sum of RGB (Red+Green+Blue) = 141+95+49=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5F31 is #72A0CE. Grayscale: #676767. Windows color (decimal): -7512271 or 3235725. OLE color: 3235725.

HSL color Cylindrical-coordinate representation of color #8D5F31: hue angle of 30º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D5F31 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1419549-
CMYK00.330.650.45
HSL30º48.42%37.25%-
HSV(B)30º65.25%55.29%-
XYZ15.6314.074.8-
YUV103.5197.24154.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=49.47%
G=33.33%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141954900.330.650.453048.4237.25
Hex8D5F31021412D1e3025
Octal2151376104110155366045
Binary1000110110111111100010100001100000110110111110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,49); }

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

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

 a { background-color: rgb(141,95,49); }

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

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

 span { border-color: rgb(141,95,49); }

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