#8D582C

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

Shades of Rusty Nail #8D582C

Tints of Rusty Nail #8D582C

Color information

#8D582C (or 0x8D582C) is unknown color: approx Rusty Nail. HEX triplet: 8D, 58 and 2C. RGB value is (141,88,44). Sum of RGB (Red+Green+Blue) = 141+88+44=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D582C is #72A7D3. Grayscale: #636363. Windows color (decimal): -7514068 or 2906253. OLE color: 2906253.

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

Color convert

RGB1418844-
CMYK00.380.690.45
HSL27.22º52.43%36.27%-
HSV(B)27.22º68.79%55.29%-
XYZ14.9312.824.07-
YUV98.8397.06158.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=51.65%
G=32.23%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141884400.380.690.4527.2252.4336.27
Hex8D582C026452D1b3424
Octal2151305404610555336444
Binary1000110110110001011000100110100010110110111011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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