#8F5A30

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

Shades of Rusty Nail #8F5A30

Tints of Rusty Nail #8F5A30

Color information

#8F5A30 (or 0x8F5A30) is unknown color: approx Rusty Nail. HEX triplet: 8F, 5A and 30. RGB value is (143,90,48). Sum of RGB (Red+Green+Blue) = 143+90+48=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5A30 is #70A5CF. Grayscale: #656565. Windows color (decimal): -7382480 or 3168911. OLE color: 3168911.

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

Color convert

RGB1439048-
CMYK00.370.660.44
HSL26.53º49.74%37.45%-
HSV(B)26.53º66.43%56.08%-
XYZ15.5213.374.56-
YUV101.0698.06157.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=50.89%
G=32.03%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143904800.370.660.4426.5349.7437.45
Hex8F5A30025422C1b3225
Octal2171326004510254336245
Binary1000111110110101100000100101100001010110011011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,48); }

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

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

 a { background-color: rgb(143,90,48); }

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

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

 span { border-color: rgb(143,90,48); }

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