#8B612E

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

Shades of Rusty Nail #8B612E

Tints of Rusty Nail #8B612E

Color information

#8B612E (or 0x8B612E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 61 and 2E. RGB value is (139,97,46). Sum of RGB (Red+Green+Blue) = 139+97+46=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B612E is #749ED1. Grayscale: #676767. Windows color (decimal): -7642834 or 3039627. OLE color: 3039627.

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

Color convert

RGB1399746-
CMYK00.300.670.45
HSL32.9º50.27%36.27%-
HSV(B)32.9º66.91%54.51%-
XYZ15.4214.244.52-
YUV103.7495.41153.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=49.29%
G=34.40%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139974600.300.670.4532.950.2736.27
Hex8B612E01E432D213224
Octal2131415603610355416244
Binary1000101111000011011100111101000011101101100001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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