#8A6327

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

Shades of Rusty Nail #8A6327

Tints of Rusty Nail #8A6327

Color information

#8A6327 (or 0x8A6327) is unknown color: approx Rusty Nail. HEX triplet: 8A, 63 and 27. RGB value is (138,99,39). Sum of RGB (Red+Green+Blue) = 138+99+39=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6327 is #759CD8. Grayscale: #686868. Windows color (decimal): -7707865 or 2581386. OLE color: 2581386.

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

Color convert

RGB1389939-
CMYK00.280.720.46
HSL36.36º55.93%34.71%-
HSV(B)36.36º71.74%54.12%-
XYZ15.3114.473.91-
YUV103.8291.42152.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=50%
G=35.87%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138993900.280.720.4636.3655.9334.71
Hex8A632701C482E243823
Octal2121434703411056447043
Binary1000101011000111001110111001001000101110100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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