#8D582F

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

Shades of Rusty Nail #8D582F

Tints of Rusty Nail #8D582F

Color information

#8D582F (or 0x8D582F) is unknown color: approx Rusty Nail. HEX triplet: 8D, 58 and 2F. RGB value is (141,88,47). Sum of RGB (Red+Green+Blue) = 141+88+47=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D582F is #72A7D0. Grayscale: #636363. Windows color (decimal): -7514065 or 3102861. OLE color: 3102861.

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

Color convert

RGB1418847-
CMYK00.380.670.45
HSL26.17º50%36.86%-
HSV(B)26.17º66.67%55.29%-
XYZ14.9912.854.38-
YUV99.1798.56157.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=51.09%
G=31.88%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141884700.380.670.4526.175036.86
Hex8D582F026432D1a3225
Octal2151305704610355326245
Binary1000110110110001011110100110100001110110111010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,47); }

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

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

 a { background-color: rgb(141,88,47); }

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

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

 span { border-color: rgb(141,88,47); }

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