#8A5E28

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

Shades of Rusty Nail #8A5E28

Tints of Rusty Nail #8A5E28

Color information

#8A5E28 (or 0x8A5E28) is unknown color: approx Rusty Nail. HEX triplet: 8A, 5E and 28. RGB value is (138,94,40). Sum of RGB (Red+Green+Blue) = 138+94+40=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E28 is #75A1D7. Grayscale: #656565. Windows color (decimal): -7709144 or 2645642. OLE color: 2645642.

HSL color Cylindrical-coordinate representation of color #8A5E28: hue angle of 33.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A5E28 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1389440-
CMYK00.320.710.46
HSL33.06º55.06%34.9%-
HSV(B)33.06º71.01%54.12%-
XYZ14.8713.563.84-
YUV10193.58154.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=50.74%
G=34.56%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138944000.320.710.4633.0655.0634.9
Hex8A5E28020472E213723
Octal2121365004010756416743
Binary10001010101111010100001000001000111101110100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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