#8A592D

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

Shades of Rusty Nail #8A592D

Tints of Rusty Nail #8A592D

Color information

#8A592D (or 0x8A592D) is unknown color: approx Rusty Nail. HEX triplet: 8A, 59 and 2D. RGB value is (138,89,45). Sum of RGB (Red+Green+Blue) = 138+89+45=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A592D is #75A6D2. Grayscale: #626262. Windows color (decimal): -7710419 or 2972042. OLE color: 2972042.

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

Color convert

RGB1388945-
CMYK00.360.670.46
HSL28.39º50.82%35.88%-
HSV(B)28.39º67.39%54.12%-
XYZ14.5312.744.18-
YUV98.6497.73156.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=50.74%
G=32.72%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138894500.360.670.4628.3950.8235.88
Hex8A592D024432E1c3324
Octal2121315504410356346344
Binary1000101010110011011010100100100001110111011100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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