#8C5829

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

Shades of Rusty Nail #8C5829

Tints of Rusty Nail #8C5829

Color information

#8C5829 (or 0x8C5829) is unknown color: approx Rusty Nail. HEX triplet: 8C, 58 and 29. RGB value is (140,88,41). Sum of RGB (Red+Green+Blue) = 140+88+41=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5829 is #73A7D6. Grayscale: #626262. Windows color (decimal): -7579607 or 2709644. OLE color: 2709644.

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

Color convert

RGB1408841-
CMYK00.370.710.45
HSL28.48º54.7%35.49%-
HSV(B)28.48º70.71%54.9%-
XYZ14.7112.713.78-
YUV98.1995.73157.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=52.04%
G=32.71%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140884100.370.710.4528.4854.735.49
Hex8C5829025472D1c3723
Octal2141305104510755346743
Binary1000110010110001010010100101100011110110111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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