#8C5729

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

Shades of Rusty Nail #8C5729

Tints of Rusty Nail #8C5729

Color information

#8C5729 (or 0x8C5729) is unknown color: approx Rusty Nail. HEX triplet: 8C, 57 and 29. RGB value is (140,87,41). Sum of RGB (Red+Green+Blue) = 140+87+41=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5729 is #73A8D6. Grayscale: #616161. Windows color (decimal): -7579863 or 2709388. OLE color: 2709388.

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

Color convert

RGB1408741-
CMYK00.380.710.45
HSL27.88º54.7%35.49%-
HSV(B)27.88º70.71%54.9%-
XYZ14.6212.553.75-
YUV97.696.06158.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=52.24%
G=32.46%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140874100.380.710.4527.8854.735.49
Hex8C5729026472D1c3723
Octal2141275104610755346743
Binary1000110010101111010010100110100011110110111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,41); }

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

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

 a { background-color: rgb(140,87,41); }

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

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

 span { border-color: rgb(140,87,41); }

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