#8A5E2D

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

Shades of Rusty Nail #8A5E2D

Tints of Rusty Nail #8A5E2D

Color information

#8A5E2D (or 0x8A5E2D) is unknown color: approx Rusty Nail. HEX triplet: 8A, 5E and 2D. RGB value is (138,94,45). Sum of RGB (Red+Green+Blue) = 138+94+45=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E2D is #75A1D2. Grayscale: #656565. Windows color (decimal): -7709139 or 2973322. OLE color: 2973322.

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

Color convert

RGB1389445-
CMYK00.320.670.46
HSL31.61º50.82%35.88%-
HSV(B)31.61º67.39%54.12%-
XYZ14.9613.64.32-
YUV101.5796.08153.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=49.82%
G=33.94%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138944500.320.670.4631.6150.8235.88
Hex8A5E2D020432E203324
Octal2121365504010356406344
Binary10001010101111010110101000001000011101110100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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