#8E612A

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

Shades of Rusty Nail #8E612A

Tints of Rusty Nail #8E612A

Color information

#8E612A (or 0x8E612A) is unknown color: approx Rusty Nail. HEX triplet: 8E, 61 and 2A. RGB value is (142,97,42). Sum of RGB (Red+Green+Blue) = 142+97+42=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E612A is #719ED5. Grayscale: #686868. Windows color (decimal): -7446230 or 2777486. OLE color: 2777486.

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

Color convert

RGB1429742-
CMYK00.320.700.44
HSL33º54.35%36.08%-
HSV(B)33º70.42%55.69%-
XYZ15.8514.474.15-
YUV104.1892.91154.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=50.53%
G=34.52%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142974200.320.700.443354.3536.08
Hex8E612A020462C213624
Octal2161415204010654416644
Binary10001110110000110101001000001000110101100100001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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