#8A642C

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

Shades of Rusty Nail #8A642C

Tints of Rusty Nail #8A642C

Color information

#8A642C (or 0x8A642C) is unknown color: approx Rusty Nail. HEX triplet: 8A, 64 and 2C. RGB value is (138,100,44). Sum of RGB (Red+Green+Blue) = 138+100+44=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A642C is #759BD3. Grayscale: #696969. Windows color (decimal): -7707604 or 2909322. OLE color: 2909322.

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

Color convert

RGB13810044-
CMYK00.280.680.46
HSL35.74º51.65%35.69%-
HSV(B)35.74º68.12%54.12%-
XYZ15.4914.74.4-
YUV104.9893.59151.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=48.94%
G=35.46%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381004400.280.680.4635.7451.6535.69
Hex8A642C01C442E243424
Octal2121445403410456446444
Binary1000101011001001011000111001000100101110100100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,44); }

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

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

 a { background-color: rgb(138,100,44); }

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

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

 span { border-color: rgb(138,100,44); }

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