#8B622B

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

Shades of Rusty Nail #8B622B

Tints of Rusty Nail #8B622B

Color information

#8B622B (or 0x8B622B) is unknown color: approx Rusty Nail. HEX triplet: 8B, 62 and 2B. RGB value is (139,98,43). Sum of RGB (Red+Green+Blue) = 139+98+43=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B622B is #749DD4. Grayscale: #686868. Windows color (decimal): -7642581 or 2843275. OLE color: 2843275.

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

Color convert

RGB1399843-
CMYK00.290.690.45
HSL34.38º52.75%35.69%-
HSV(B)34.38º69.06%54.51%-
XYZ15.4514.44.25-
YUV103.9993.58152.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=49.64%
G=35%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139984300.290.690.4534.3852.7535.69
Hex8B622B01D452D223524
Octal2131425303510555426544
Binary1000101111000101010110111011000101101101100010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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