#8E5F30

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

Shades of Rusty Nail #8E5F30

Tints of Rusty Nail #8E5F30

Color information

#8E5F30 (or 0x8E5F30) is unknown color: approx Rusty Nail. HEX triplet: 8E, 5F and 30. RGB value is (142,95,48). Sum of RGB (Red+Green+Blue) = 142+95+48=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F30 is #71A0CF. Grayscale: #676767. Windows color (decimal): -7446736 or 3170190. OLE color: 3170190.

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

Color convert

RGB1429548-
CMYK00.330.660.44
HSL30º49.47%37.25%-
HSV(B)30º66.2%55.69%-
XYZ15.7814.154.7-
YUV103.6996.57155.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=49.82%
G=33.33%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142954800.330.660.443049.4737.25
Hex8E5F30021422C1e3125
Octal2161376004110254366145
Binary1000111010111111100000100001100001010110011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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