#8B5929

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

Shades of Rusty Nail #8B5929

Tints of Rusty Nail #8B5929

Color information

#8B5929 (or 0x8B5929) is unknown color: approx Rusty Nail. HEX triplet: 8B, 59 and 29. RGB value is (139,89,41). Sum of RGB (Red+Green+Blue) = 139+89+41=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5929 is #74A6D6. Grayscale: #626262. Windows color (decimal): -7644887 or 2709899. OLE color: 2709899.

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

Color convert

RGB1398941-
CMYK00.360.710.45
HSL29.39º54.44%35.29%-
HSV(B)29.39º70.5%54.51%-
XYZ14.6212.793.8-
YUV98.4895.56156.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=51.67%
G=33.09%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139894100.360.710.4529.3954.4435.29
Hex8B5929024472D1d3623
Octal2131315104410755356643
Binary1000101110110011010010100100100011110110111101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,41); }

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

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

 a { background-color: rgb(139,89,41); }

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

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

 span { border-color: rgb(139,89,41); }

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