#8E5D32

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

Shades of Rusty Nail #8E5D32

Tints of Rusty Nail #8E5D32

Color information

#8E5D32 (or 0x8E5D32) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5D and 32. RGB value is (142,93,50). Sum of RGB (Red+Green+Blue) = 142+93+50=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D32 is #71A2CD. Grayscale: #666666. Windows color (decimal): -7447246 or 3300750. OLE color: 3300750.

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

Color convert

RGB1429350-
CMYK00.350.650.44
HSL28.04º47.92%37.65%-
HSV(B)28.04º64.79%55.69%-
XYZ15.6513.814.86-
YUV102.7598.23156-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=49.82%
G=32.63%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142935000.350.650.4428.0447.9237.65
Hex8E5D32023412C1c3026
Octal2161356204310154346046
Binary1000111010111011100100100011100000110110011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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