#8E5D29

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

Shades of Rusty Nail #8E5D29

Tints of Rusty Nail #8E5D29

Color information

#8E5D29 (or 0x8E5D29) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5D and 29. RGB value is (142,93,41). Sum of RGB (Red+Green+Blue) = 142+93+41=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5D29 is #71A2D6. Grayscale: #656565. Windows color (decimal): -7447255 or 2710926. OLE color: 2710926.

HSL color Cylindrical-coordinate representation of color #8E5D29: hue angle of 30.89º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E5D29 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1429341-
CMYK00.350.710.44
HSL30.89º55.19%35.88%-
HSV(B)30.89º71.13%55.69%-
XYZ15.4713.743.93-
YUV101.7293.73156.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=51.45%
G=33.70%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142934100.350.710.4430.8955.1935.88
Hex8E5D29023472C1f3724
Octal2161355104310754376744
Binary1000111010111011010010100011100011110110011111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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