#8F672B

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

Shades of Rusty Nail #8F672B

Tints of Rusty Nail #8F672B

Color information

#8F672B (or 0x8F672B) is unknown color: approx Rusty Nail. HEX triplet: 8F, 67 and 2B. RGB value is (143,103,43). Sum of RGB (Red+Green+Blue) = 143+103+43=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F672B is #7098D4. Grayscale: #6C6C6C. Windows color (decimal): -7379157 or 2844559. OLE color: 2844559.

HSL color Cylindrical-coordinate representation of color #8F672B: hue angle of 36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F672B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14310343-
CMYK00.280.700.44
HSL36º53.76%36.47%-
HSV(B)36º69.93%56.08%-
XYZ16.6115.714.44-
YUV108.1291.25152.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.48%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=49.48%
G=35.64%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431034300.280.700.443653.7636.47
Hex8F672B01C462C243624
Octal2171475303410654446644
Binary1000111111001111010110111001000110101100100100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,103,43); }

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

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

 a { background-color: rgb(143,103,43); }

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

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

 span { border-color: rgb(143,103,43); }

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