#8E5E32

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

Shades of Rusty Nail #8E5E32

Tints of Rusty Nail #8E5E32

Color information

#8E5E32 (or 0x8E5E32) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5E and 32. RGB value is (142,94,50). Sum of RGB (Red+Green+Blue) = 142+94+50=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E32 is #71A1CD. Grayscale: #676767. Windows color (decimal): -7446990 or 3301006. OLE color: 3301006.

HSL color Cylindrical-coordinate representation of color #8E5E32: hue angle of 28.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E5E32 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1429450-
CMYK00.340.650.44
HSL28.7º47.92%37.65%-
HSV(B)28.7º64.79%55.69%-
XYZ15.7313.994.89-
YUV103.3497.9155.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=49.65%
G=32.87%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142945000.340.650.4428.747.9237.65
Hex8E5E32022412C1d3026
Octal2161366204210154356046
Binary1000111010111101100100100010100000110110011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,50); }

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

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

 a { background-color: rgb(142,94,50); }

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

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

 span { border-color: rgb(142,94,50); }

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