#8B5A2B

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

Shades of Rusty Nail #8B5A2B

Tints of Rusty Nail #8B5A2B

Color information

#8B5A2B (or 0x8B5A2B) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5A and 2B. RGB value is (139,90,43). Sum of RGB (Red+Green+Blue) = 139+90+43=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A2B is #74A5D4. Grayscale: #636363. Windows color (decimal): -7644629 or 2841227. OLE color: 2841227.

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

Color convert

RGB1399043-
CMYK00.350.690.45
HSL29.38º52.75%35.69%-
HSV(B)29.38º69.06%54.51%-
XYZ14.7412.984.01-
YUV99.2996.23156.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=51.10%
G=33.09%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139904300.350.690.4529.3852.7535.69
Hex8B5A2B023452D1d3524
Octal2131325304310555356544
Binary1000101110110101010110100011100010110110111101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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