#8E5C2D

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

Shades of Rusty Nail #8E5C2D

Tints of Rusty Nail #8E5C2D

Color information

#8E5C2D (or 0x8E5C2D) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5C and 2D. RGB value is (142,92,45). Sum of RGB (Red+Green+Blue) = 142+92+45=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C2D is #71A3D2. Grayscale: #656565. Windows color (decimal): -7447507 or 2972814. OLE color: 2972814.

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

Color convert

RGB1429245-
CMYK00.350.680.44
HSL29.07º51.87%36.67%-
HSV(B)29.07º68.31%55.69%-
XYZ15.4613.594.29-
YUV101.5996.06156.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=50.90%
G=32.97%
B=16.13%

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
Decimal142924500.350.680.4429.0751.8736.67
Hex8E5C2D023442C1d3425
Octal2161345504310454356445
Binary1000111010111001011010100011100010010110011101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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