#8E622F

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

Shades of Rusty Nail #8E622F

Tints of Rusty Nail #8E622F

Color information

#8E622F (or 0x8E622F) is unknown color: approx Rusty Nail. HEX triplet: 8E, 62 and 2F. RGB value is (142,98,47). Sum of RGB (Red+Green+Blue) = 142+98+47=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E622F is #719DD0. Grayscale: #696969. Windows color (decimal): -7445969 or 3105422. OLE color: 3105422.

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

Color convert

RGB1429847-
CMYK00.310.670.44
HSL32.21º50.26%37.06%-
HSV(B)32.21º66.9%55.69%-
XYZ16.0414.694.68-
YUV105.3495.08154.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=49.48%
G=34.15%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142984700.310.670.4432.2150.2637.06
Hex8E622F01F432C203225
Octal2161425703710354406245
Binary1000111011000101011110111111000011101100100000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,47); }

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

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

 a { background-color: rgb(142,98,47); }

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

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

 span { border-color: rgb(142,98,47); }

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