#8E582A

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

Shades of Rusty Nail #8E582A

Tints of Rusty Nail #8E582A

Color information

#8E582A (or 0x8E582A) is unknown color: approx Rusty Nail. HEX triplet: 8E, 58 and 2A. RGB value is (142,88,42). Sum of RGB (Red+Green+Blue) = 142+88+42=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E582A is #71A7D5. Grayscale: #636363. Windows color (decimal): -7448534 or 2775182. OLE color: 2775182.

HSL color Cylindrical-coordinate representation of color #8E582A: hue angle of 27.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E582A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1428842-
CMYK00.380.700.44
HSL27.6º54.35%36.08%-
HSV(B)27.6º70.42%55.69%-
XYZ15.0612.93.89-
YUV98.995.89158.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=52.21%
G=32.35%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142884200.380.700.4427.654.3536.08
Hex8E582A026462C1c3624
Octal2161305204610654346644
Binary1000111010110001010100100110100011010110011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,42); }

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

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

 a { background-color: rgb(142,88,42); }

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

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

 span { border-color: rgb(142,88,42); }

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