#8B5A2C

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

Shades of Rusty Nail #8B5A2C

Tints of Rusty Nail #8B5A2C

Color information

#8B5A2C (or 0x8B5A2C) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5A and 2C. RGB value is (139,90,44). Sum of RGB (Red+Green+Blue) = 139+90+44=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A2C is #74A5D3. Grayscale: #636363. Windows color (decimal): -7644628 or 2906763. OLE color: 2906763.

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

Color convert

RGB1399044-
CMYK00.350.680.45
HSL29.05º51.91%35.88%-
HSV(B)29.05º68.35%54.51%-
XYZ14.7612.984.11-
YUV99.4196.73156.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=50.92%
G=32.97%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139904400.350.680.4529.0551.9135.88
Hex8B5A2C023442D1d3424
Octal2131325404310455356444
Binary1000101110110101011000100011100010010110111101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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