#8E602D

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

Shades of Rusty Nail #8E602D

Tints of Rusty Nail #8E602D

Color information

#8E602D (or 0x8E602D) is unknown color: approx Rusty Nail. HEX triplet: 8E, 60 and 2D. RGB value is (142,96,45). Sum of RGB (Red+Green+Blue) = 142+96+45=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E602D is #719FD2. Grayscale: #686868. Windows color (decimal): -7446483 or 2973838. OLE color: 2973838.

HSL color Cylindrical-coordinate representation of color #8E602D: hue angle of 31.55º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E602D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1429645-
CMYK00.320.680.44
HSL31.55º51.87%36.67%-
HSV(B)31.55º68.31%55.69%-
XYZ15.8114.314.41-
YUV103.9494.74155.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=50.18%
G=33.92%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142964500.320.680.4431.5551.8736.67
Hex8E602D020442C203425
Octal2161405504010454406445
Binary10001110110000010110101000001000100101100100000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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