#8a5931

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

Shades of Rusty Nail #8A5931

Tints of Rusty Nail #8A5931

Color information

#8A5931 (or 0x8A5931) is unknown color: approx Rusty Nail. HEX triplet: 8A, 59 and 31. RGB value is (138,89,49). Sum of RGB (Red+Green+Blue) = 138+89+49=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5931 is #75A6CE. Grayscale: #636363. Windows color (decimal): -7710415 or 3234186. OLE color: 3234186.

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

Color convert

RGB1388949-
CMYK00.360.640.46
HSL26.97º47.59%36.67%-
HSV(B)26.97º64.49%54.12%-
XYZ14.6112.774.6-
YUV99.0999.73155.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=50%
G=32.25%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138894900.360.640.4626.9747.5936.67
Hex8A5931024402E1b3025
Octal2121316104410056336045
Binary1000101010110011100010100100100000010111011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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