#8E5E30

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

Shades of Rusty Nail #8E5E30

Tints of Rusty Nail #8E5E30

Color information

#8E5E30 (or 0x8E5E30) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5E and 30. RGB value is (142,94,48). Sum of RGB (Red+Green+Blue) = 142+94+48=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E30 is #71A1CF. Grayscale: #676767. Windows color (decimal): -7446992 or 3169934. OLE color: 3169934.

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

Color convert

RGB1429448-
CMYK00.340.660.44
HSL29.36º49.47%37.25%-
HSV(B)29.36º66.2%55.69%-
XYZ15.6913.974.67-
YUV103.1196.9155.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=50%
G=33.10%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142944800.340.660.4429.3649.4737.25
Hex8E5E30022422C1d3125
Octal2161366004210254356145
Binary1000111010111101100000100010100001010110011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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