#8C5A2C

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

Shades of Rusty Nail #8C5A2C

Tints of Rusty Nail #8C5A2C

Color information

#8C5A2C (or 0x8C5A2C) is unknown color: approx Rusty Nail. HEX triplet: 8C, 5A and 2C. RGB value is (140,90,44). Sum of RGB (Red+Green+Blue) = 140+90+44=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5A2C is #73A5D3. Grayscale: #636363. Windows color (decimal): -7579092 or 2906764. OLE color: 2906764.

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

Color convert

RGB1409044-
CMYK00.360.690.45
HSL28.75º52.17%36.08%-
HSV(B)28.75º68.57%54.9%-
XYZ14.9313.074.12-
YUV99.7196.56156.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=51.09%
G=32.85%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140904400.360.690.4528.7552.1736.08
Hex8C5A2C024452D1d3424
Octal2141325404410555356444
Binary1000110010110101011000100100100010110110111101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,90,44); }

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

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

 a { background-color: rgb(140,90,44); }

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

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

 span { border-color: rgb(140,90,44); }

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