#8D602D

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

Shades of Rusty Nail #8D602D

Tints of Rusty Nail #8D602D

Color information

#8D602D (or 0x8D602D) is unknown color: approx Rusty Nail. HEX triplet: 8D, 60 and 2D. RGB value is (141,96,45). Sum of RGB (Red+Green+Blue) = 141+96+45=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D602D is #729FD2. Grayscale: #676767. Windows color (decimal): -7512019 or 2973837. OLE color: 2973837.

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

Color convert

RGB1419645-
CMYK00.320.680.45
HSL31.87º51.61%36.47%-
HSV(B)31.87º68.09%55.29%-
XYZ15.6414.224.4-
YUV103.6494.91154.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=50%
G=34.04%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141964500.320.680.4531.8751.6136.47
Hex8D602D020442D203424
Octal2151405504010455406444
Binary10001101110000010110101000001000100101101100000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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