#8D642D

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

Shades of Rusty Nail #8D642D

Tints of Rusty Nail #8D642D

Color information

#8D642D (or 0x8D642D) is unknown color: approx Rusty Nail. HEX triplet: 8D, 64 and 2D. RGB value is (141,100,45). Sum of RGB (Red+Green+Blue) = 141+100+45=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D642D is #729BD2. Grayscale: #6A6A6A. Windows color (decimal): -7510995 or 2974861. OLE color: 2974861.

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

Color convert

RGB14110045-
CMYK00.290.680.45
HSL34.38º51.61%36.47%-
HSV(B)34.38º68.09%55.29%-
XYZ16.0214.974.53-
YUV105.9993.58152.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=49.30%
G=34.97%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411004500.290.680.4534.3851.6136.47
Hex8D642D01D442D223424
Octal2151445503510455426444
Binary1000110111001001011010111011000100101101100010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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