#8B622E

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

Shades of Rusty Nail #8B622E

Tints of Rusty Nail #8B622E

Color information

#8B622E (or 0x8B622E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 62 and 2E. RGB value is (139,98,46). Sum of RGB (Red+Green+Blue) = 139+98+46=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B622E is #749DD1. Grayscale: #686868. Windows color (decimal): -7642578 or 3039883. OLE color: 3039883.

HSL color Cylindrical-coordinate representation of color #8B622E: hue angle of 33.55º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B622E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1399846-
CMYK00.290.670.45
HSL33.55º50.27%36.27%-
HSV(B)33.55º66.91%54.51%-
XYZ15.5114.424.55-
YUV104.3395.08152.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=49.12%
G=34.63%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139984600.290.670.4533.5550.2736.27
Hex8B622E01D432D223224
Octal2131425603510355426244
Binary1000101111000101011100111011000011101101100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,46); }

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

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

 a { background-color: rgb(139,98,46); }

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

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

 span { border-color: rgb(139,98,46); }

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