#8E5D2E

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

Shades of Rusty Nail #8E5D2E

Tints of Rusty Nail #8E5D2E

Color information

#8E5D2E (or 0x8E5D2E) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5D and 2E. RGB value is (142,93,46). Sum of RGB (Red+Green+Blue) = 142+93+46=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D2E is #71A2D1. Grayscale: #666666. Windows color (decimal): -7447250 or 3038606. OLE color: 3038606.

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

Color convert

RGB1429346-
CMYK00.350.680.44
HSL29.38º51.06%36.86%-
HSV(B)29.38º67.61%55.69%-
XYZ15.5613.784.42-
YUV102.2996.23156.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=50.53%
G=33.10%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142934600.350.680.4429.3851.0636.86
Hex8E5D2E023442C1d3325
Octal2161355604310454356345
Binary1000111010111011011100100011100010010110011101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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