#8B6031

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

Shades of Rusty Nail #8B6031

Tints of Rusty Nail #8B6031

Color information

#8B6031 (or 0x8B6031) is unknown color: approx Rusty Nail. HEX triplet: 8B, 60 and 31. RGB value is (139,96,49). Sum of RGB (Red+Green+Blue) = 139+96+49=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6031 is #749FCE. Grayscale: #676767. Windows color (decimal): -7643087 or 3235979. OLE color: 3235979.

HSL color Cylindrical-coordinate representation of color #8B6031: hue angle of 31.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B6031 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1399649-
CMYK00.310.650.45
HSL31.33º47.87%36.86%-
HSV(B)31.33º64.75%54.51%-
XYZ15.3814.084.81-
YUV103.597.25153.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=48.94%
G=33.80%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139964900.310.650.4531.3347.8736.86
Hex8B603101F412D1f3025
Octal2131406103710155376045
Binary100010111100000110001011111100000110110111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,49); }

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

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

 a { background-color: rgb(139,96,49); }

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

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

 span { border-color: rgb(139,96,49); }

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