#8E6131

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

Shades of Rusty Nail #8E6131

Tints of Rusty Nail #8E6131

Color information

#8E6131 (or 0x8E6131) is unknown color: approx Rusty Nail. HEX triplet: 8E, 61 and 31. RGB value is (142,97,49). Sum of RGB (Red+Green+Blue) = 142+97+49=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6131 is #719ECE. Grayscale: #696969. Windows color (decimal): -7446223 or 3236238. OLE color: 3236238.

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

Color convert

RGB1429749-
CMYK00.320.650.44
HSL30.97º48.69%37.45%-
HSV(B)30.97º65.49%55.69%-
XYZ15.9814.524.87-
YUV104.9896.41154.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=49.31%
G=33.68%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142974900.320.650.4430.9748.6937.45
Hex8E6131020412C1f3125
Octal2161416104010154376145
Binary1000111011000011100010100000100000110110011111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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