#8B642B

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

Shades of Rusty Nail #8B642B

Tints of Rusty Nail #8B642B

Color information

#8B642B (or 0x8B642B) is unknown color: approx Rusty Nail. HEX triplet: 8B, 64 and 2B. RGB value is (139,100,43). Sum of RGB (Red+Green+Blue) = 139+100+43=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B642B is #749BD4. Grayscale: #696969. Windows color (decimal): -7642069 or 2843787. OLE color: 2843787.

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

Color convert

RGB13910043-
CMYK00.280.690.45
HSL35.62º52.75%35.69%-
HSV(B)35.62º69.06%54.51%-
XYZ15.6414.784.31-
YUV105.1692.92152.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=49.29%
G=35.46%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391004300.280.690.4535.6252.7535.69
Hex8B642B01C452D243524
Octal2131445303410555446544
Binary1000101111001001010110111001000101101101100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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