#8D5F32

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

Shades of Rusty Nail #8D5F32

Tints of Rusty Nail #8D5F32

Color information

#8D5F32 (or 0x8D5F32) is unknown color: approx Rusty Nail. HEX triplet: 8D, 5F and 32. RGB value is (141,95,50). Sum of RGB (Red+Green+Blue) = 141+95+50=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5F32 is #72A0CD. Grayscale: #676767. Windows color (decimal): -7512270 or 3301261. OLE color: 3301261.

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

Color convert

RGB1419550-
CMYK00.330.650.45
HSL29.67º47.64%37.45%-
HSV(B)29.67º64.54%55.29%-
XYZ15.6514.084.91-
YUV103.6297.74154.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=49.30%
G=33.22%
B=17.48%

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
Decimal141955000.330.650.4529.6747.6437.45
Hex8D5F32021412D1e3025
Octal2151376204110155366045
Binary1000110110111111100100100001100000110110111110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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