#8D5931

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

Shades of Rusty Nail #8D5931

Tints of Rusty Nail #8D5931

Color information

#8D5931 (or 0x8D5931) is unknown color: approx Rusty Nail. HEX triplet: 8D, 59 and 31. RGB value is (141,89,49). Sum of RGB (Red+Green+Blue) = 141+89+49=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5931 is #72A6CE. Grayscale: #646464. Windows color (decimal): -7513807 or 3234189. OLE color: 3234189.

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

Color convert

RGB1418949-
CMYK00.370.650.45
HSL26.09º48.42%37.25%-
HSV(B)26.09º65.25%55.29%-
XYZ15.1113.034.62-
YUV99.9999.23157.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=50.54%
G=31.90%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141894900.370.650.4526.0948.4237.25
Hex8D5931025412D1a3025
Octal2151316104510155326045
Binary1000110110110011100010100101100000110110111010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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