#8E592C

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

Shades of Rusty Nail #8E592C

Tints of Rusty Nail #8E592C

Color information

#8E592C (or 0x8E592C) is unknown color: approx Rusty Nail. HEX triplet: 8E, 59 and 2C. RGB value is (142,89,44). Sum of RGB (Red+Green+Blue) = 142+89+44=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E592C is #71A6D3. Grayscale: #636363. Windows color (decimal): -7448276 or 2906510. OLE color: 2906510.

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

Color convert

RGB1428944-
CMYK00.370.690.44
HSL27.55º52.69%36.47%-
HSV(B)27.55º69.01%55.69%-
XYZ15.1813.084.11-
YUV99.7296.56158.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 44 (17.58% from 255) = 16%
R=51.64%
G=32.36%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142894400.370.690.4427.5552.6936.47
Hex8E592C025452C1c3524
Octal2161315404510554346544
Binary1000111010110011011000100101100010110110011100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,44); }

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

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

 a { background-color: rgb(142,89,44); }

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

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

 span { border-color: rgb(142,89,44); }

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