#8A612D

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

Shades of Rusty Nail #8A612D

Tints of Rusty Nail #8A612D

Color information

#8A612D (or 0x8A612D) is unknown color: approx Rusty Nail. HEX triplet: 8A, 61 and 2D. RGB value is (138,97,45). Sum of RGB (Red+Green+Blue) = 138+97+45=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A612D is #759ED2. Grayscale: #676767. Windows color (decimal): -7708371 or 2974090. OLE color: 2974090.

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

Color convert

RGB1389745-
CMYK00.300.670.46
HSL33.55º50.82%35.88%-
HSV(B)33.55º67.39%54.12%-
XYZ15.2314.144.41-
YUV103.3395.08152.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=49.29%
G=34.64%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138974500.300.670.4633.5550.8235.88
Hex8A612D01E432E223324
Octal2121415503610356426344
Binary1000101011000011011010111101000011101110100010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,45); }

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

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

 a { background-color: rgb(138,97,45); }

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

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

 span { border-color: rgb(138,97,45); }

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