#8A622E

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

Shades of Rusty Nail #8A622E

Tints of Rusty Nail #8A622E

Color information

#8A622E (or 0x8A622E) is unknown color: approx Rusty Nail. HEX triplet: 8A, 62 and 2E. RGB value is (138,98,46). Sum of RGB (Red+Green+Blue) = 138+98+46=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A622E is #759DD1. Grayscale: #686868. Windows color (decimal): -7708114 or 3039882. OLE color: 3039882.

HSL color Cylindrical-coordinate representation of color #8A622E: hue angle of 33.91º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A622E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1389846-
CMYK00.290.670.46
HSL33.91º50%36.08%-
HSV(B)33.91º66.67%54.12%-
XYZ15.3414.344.54-
YUV104.0395.25152.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=48.94%
G=34.75%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138984600.290.670.4633.915036.08
Hex8A622E01D432E223224
Octal2121425603510356426244
Binary1000101011000101011100111011000011101110100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,46); }

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

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

 a { background-color: rgb(138,98,46); }

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

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

 span { border-color: rgb(138,98,46); }

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