#8A6231

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

Shades of Rusty Nail #8A6231

Tints of Rusty Nail #8A6231

Color information

#8A6231 (or 0x8A6231) is unknown color: approx Rusty Nail. HEX triplet: 8A, 62 and 31. RGB value is (138,98,49). Sum of RGB (Red+Green+Blue) = 138+98+49=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6231 is #759DCE. Grayscale: #686868. Windows color (decimal): -7708111 or 3236490. OLE color: 3236490.

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

Color convert

RGB1389849-
CMYK00.290.640.46
HSL33.03º47.59%36.67%-
HSV(B)33.03º64.49%54.12%-
XYZ15.414.364.87-
YUV104.3796.75151.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=48.42%
G=34.39%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138984900.290.640.4633.0347.5936.67
Hex8A623101D402E213025
Octal2121426103510056416045
Binary1000101011000101100010111011000000101110100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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