#8D6231

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

Shades of Rusty Nail #8D6231

Tints of Rusty Nail #8D6231

Color information

#8D6231 (or 0x8D6231) is unknown color: approx Rusty Nail. HEX triplet: 8D, 62 and 31. RGB value is (141,98,49). Sum of RGB (Red+Green+Blue) = 141+98+49=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6231 is #729DCE. Grayscale: #696969. Windows color (decimal): -7511503 or 3236493. OLE color: 3236493.

HSL color Cylindrical-coordinate representation of color #8D6231: hue angle of 31.96º 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 #8D6231 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1419849-
CMYK00.300.650.45
HSL31.96º48.42%37.25%-
HSV(B)31.96º65.25%55.29%-
XYZ15.9114.624.89-
YUV105.2796.25153.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=48.96%
G=34.03%
B=17.01%

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
Decimal141984900.300.650.4531.9648.4237.25
Hex8D623101E412D203025
Octal2151426103610155406045
Binary1000110111000101100010111101000001101101100000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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