#8B5B2B

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

Shades of Rusty Nail #8B5B2B

Tints of Rusty Nail #8B5B2B

Color information

#8B5B2B (or 0x8B5B2B) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5B and 2B. RGB value is (139,91,43). Sum of RGB (Red+Green+Blue) = 139+91+43=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B2B is #74A4D4. Grayscale: #646464. Windows color (decimal): -7644373 or 2841483. OLE color: 2841483.

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

Color convert

RGB1399143-
CMYK00.350.690.45
HSL30º52.75%35.69%-
HSV(B)30º69.06%54.51%-
XYZ14.8213.154.04-
YUV99.8895.9155.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=50.92%
G=33.33%
B=15.75%

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
Decimal139914300.350.690.453052.7535.69
Hex8B5B2B023452D1e3524
Octal2131335304310555366544
Binary1000101110110111010110100011100010110110111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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