#8E582D

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

Shades of Rusty Nail #8E582D

Tints of Rusty Nail #8E582D

Color information

#8E582D (or 0x8E582D) is unknown color: approx Rusty Nail. HEX triplet: 8E, 58 and 2D. RGB value is (142,88,45). Sum of RGB (Red+Green+Blue) = 142+88+45=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E582D is #71A7D2. Grayscale: #636363. Windows color (decimal): -7448531 or 2971790. OLE color: 2971790.

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

Color convert

RGB1428845-
CMYK00.380.680.44
HSL26.6º51.87%36.67%-
HSV(B)26.6º68.31%55.69%-
XYZ15.1212.924.18-
YUV99.2497.39158.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=51.64%
G=32%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142884500.380.680.4426.651.8736.67
Hex8E582D026442C1b3425
Octal2161305504610454336445
Binary1000111010110001011010100110100010010110011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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