#8A6027

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

Shades of Rusty Nail #8A6027

Tints of Rusty Nail #8A6027

Color information

#8A6027 (or 0x8A6027) is unknown color: approx Rusty Nail. HEX triplet: 8A, 60 and 27. RGB value is (138,96,39). Sum of RGB (Red+Green+Blue) = 138+96+39=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6027 is #759FD8. Grayscale: #666666. Windows color (decimal): -7708633 or 2580618. OLE color: 2580618.

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

Color convert

RGB1389639-
CMYK00.300.720.46
HSL34.55º55.93%34.71%-
HSV(B)34.55º71.74%54.12%-
XYZ15.0313.923.81-
YUV102.0692.41153.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=50.55%
G=35.16%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138963900.300.720.4634.5555.9334.71
Hex8A602701E482E233823
Octal2121404703611056437043
Binary1000101011000001001110111101001000101110100011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,39); }

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

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

 a { background-color: rgb(138,96,39); }

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

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

 span { border-color: rgb(138,96,39); }

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