#8B5F2C

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

Shades of Rusty Nail #8B5F2C

Tints of Rusty Nail #8B5F2C

Color information

#8B5F2C (or 0x8B5F2C) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5F and 2C. RGB value is (139,95,44). Sum of RGB (Red+Green+Blue) = 139+95+44=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F2C is #74A0D3. Grayscale: #666666. Windows color (decimal): -7643348 or 2908043. OLE color: 2908043.

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

Color convert

RGB1399544-
CMYK00.320.680.45
HSL32.21º51.91%35.88%-
HSV(B)32.21º68.35%54.51%-
XYZ15.1913.864.26-
YUV102.3495.08154.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=50%
G=34.17%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139954400.320.680.4532.2151.9135.88
Hex8B5F2C020442D203424
Octal2131375404010455406444
Binary10001011101111110110001000001000100101101100000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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