#8A5F29

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

Shades of Rusty Nail #8A5F29

Tints of Rusty Nail #8A5F29

Color information

#8A5F29 (or 0x8A5F29) is unknown color: approx Rusty Nail. HEX triplet: 8A, 5F and 29. RGB value is (138,95,41). Sum of RGB (Red+Green+Blue) = 138+95+41=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F29 is #75A0D6. Grayscale: #656565. Windows color (decimal): -7708887 or 2711434. OLE color: 2711434.

HSL color Cylindrical-coordinate representation of color #8A5F29: hue angle of 33.4º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A5F29 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1389541-
CMYK00.310.700.46
HSL33.4º54.19%35.1%-
HSV(B)33.4º70.29%54.12%-
XYZ14.9713.753.96-
YUV101.793.75153.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.36%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=50.36%
G=34.67%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138954100.310.700.4633.454.1935.1
Hex8A5F2901F462E213623
Octal2121375103710656416643
Binary1000101010111111010010111111000110101110100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,41); }

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

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

 a { background-color: rgb(138,95,41); }

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

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

 span { border-color: rgb(138,95,41); }

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