#8D642E

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

Shades of Rusty Nail #8D642E

Tints of Rusty Nail #8D642E

Color information

#8D642E (or 0x8D642E) is unknown color: approx Rusty Nail. HEX triplet: 8D, 64 and 2E. RGB value is (141,100,46). Sum of RGB (Red+Green+Blue) = 141+100+46=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D642E is #729BD1. Grayscale: #6A6A6A. Windows color (decimal): -7510994 or 3040397. OLE color: 3040397.

HSL color Cylindrical-coordinate representation of color #8D642E: hue angle of 34.11º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D642E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB14110046-
CMYK00.290.670.45
HSL34.11º50.8%36.67%-
HSV(B)34.11º67.38%55.29%-
XYZ16.0314.974.63-
YUV106.194.08152.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=49.13%
G=34.84%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411004600.290.670.4534.1150.836.67
Hex8D642E01D432D223325
Octal2151445603510355426345
Binary1000110111001001011100111011000011101101100010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,46); }

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

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

 a { background-color: rgb(141,100,46); }

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

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

 span { border-color: rgb(141,100,46); }

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