#8D6331

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

Shades of Rusty Nail #8D6331

Tints of Rusty Nail #8D6331

Color information

#8D6331 (or 0x8D6331) is unknown color: approx Rusty Nail. HEX triplet: 8D, 63 and 31. RGB value is (141,99,49). Sum of RGB (Red+Green+Blue) = 141+99+49=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6331 is #729CCE. Grayscale: #6A6A6A. Windows color (decimal): -7511247 or 3236749. OLE color: 3236749.

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

Color convert

RGB1419949-
CMYK00.300.650.45
HSL32.61º48.42%37.25%-
HSV(B)32.61º65.25%55.29%-
XYZ1614.814.92-
YUV105.8695.91153.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=48.79%
G=34.26%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141994900.300.650.4532.6148.4237.25
Hex8D633101E412D213025
Octal2151436103610155416045
Binary1000110111000111100010111101000001101101100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,49); }

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

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

 a { background-color: rgb(141,99,49); }

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

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

 span { border-color: rgb(141,99,49); }

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