#8D6730

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

Shades of Rusty Nail #8D6730

Tints of Rusty Nail #8D6730

Color information

#8D6730 (or 0x8D6730) is unknown color: approx Rusty Nail. HEX triplet: 8D, 67 and 30. RGB value is (141,103,48). Sum of RGB (Red+Green+Blue) = 141+103+48=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6730 is #7298CF. Grayscale: #6C6C6C. Windows color (decimal): -7510224 or 3172237. OLE color: 3172237.

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

Color convert

RGB14110348-
CMYK00.270.660.45
HSL35.48º49.21%37.06%-
HSV(B)35.48º65.96%55.29%-
XYZ16.3715.584.94-
YUV108.0994.09151.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=48.29%
G=35.27%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411034800.270.660.4535.4849.2137.06
Hex8D673001B422D233125
Octal2151476003310255436145
Binary1000110111001111100000110111000010101101100011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,48); }

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

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

 a { background-color: rgb(141,103,48); }

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

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

 span { border-color: rgb(141,103,48); }

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