#8D642C

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

Shades of Rusty Nail #8D642C

Tints of Rusty Nail #8D642C

Color information

#8D642C (or 0x8D642C) is unknown color: approx Rusty Nail. HEX triplet: 8D, 64 and 2C. RGB value is (141,100,44). Sum of RGB (Red+Green+Blue) = 141+100+44=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D642C is #729BD3. Grayscale: #6A6A6A. Windows color (decimal): -7510996 or 2909325. OLE color: 2909325.

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

Color convert

RGB14110044-
CMYK00.290.690.45
HSL34.64º52.43%36.27%-
HSV(B)34.64º68.79%55.29%-
XYZ1614.964.43-
YUV105.8893.08153.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=49.47%
G=35.09%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411004400.290.690.4534.6452.4336.27
Hex8D642C01D452D233424
Octal2151445403510555436444
Binary1000110111001001011000111011000101101101100011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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