#8B6527

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

Shades of Rusty Nail #8B6527

Tints of Rusty Nail #8B6527

Color information

#8B6527 (or 0x8B6527) is unknown color: approx Rusty Nail. HEX triplet: 8B, 65 and 27. RGB value is (139,101,39). Sum of RGB (Red+Green+Blue) = 139+101+39=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6527 is #749AD8. Grayscale: #696969. Windows color (decimal): -7641817 or 2581899. OLE color: 2581899.

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

Color convert

RGB13910139-
CMYK00.270.720.45
HSL37.2º56.18%34.9%-
HSV(B)37.2º71.94%54.51%-
XYZ15.6714.943.98-
YUV105.2990.59152.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=49.82%
G=36.20%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391013900.270.720.4537.256.1834.9
Hex8B652701B482D253823
Octal2131454703311055457043
Binary1000101111001011001110110111001000101101100101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,39); }

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

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

 a { background-color: rgb(139,101,39); }

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

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

 span { border-color: rgb(139,101,39); }

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