#8B612F

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

Shades of Rusty Nail #8B612F

Tints of Rusty Nail #8B612F

Color information

#8B612F (or 0x8B612F) is unknown color: approx Rusty Nail. HEX triplet: 8B, 61 and 2F. RGB value is (139,97,47). Sum of RGB (Red+Green+Blue) = 139+97+47=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B612F is #749ED0. Grayscale: #686868. Windows color (decimal): -7642833 or 3105163. OLE color: 3105163.

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

Color convert

RGB1399747-
CMYK00.300.660.45
HSL32.61º49.46%36.47%-
HSV(B)32.61º66.19%54.51%-
XYZ15.4414.244.63-
YUV103.8695.91153.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=49.12%
G=34.28%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139974700.300.660.4532.6149.4636.47
Hex8B612F01E422D213124
Octal2131415703610255416144
Binary1000101111000011011110111101000010101101100001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,47); }

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

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

 a { background-color: rgb(139,97,47); }

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

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

 span { border-color: rgb(139,97,47); }

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