#89572D

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

Shades of Rusty Nail #89572D

Tints of Rusty Nail #89572D

Color information

#89572D (or 0x89572D) is unknown color: approx Rusty Nail. HEX triplet: 89, 57 and 2D. RGB value is (137,87,45). Sum of RGB (Red+Green+Blue) = 137+87+45=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89572D is #76A8D2. Grayscale: #616161. Windows color (decimal): -7776467 or 2971529. OLE color: 2971529.

HSL color Cylindrical-coordinate representation of color #89572D: hue angle of 27.39º degrees, saturation: 0.51, 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 #89572D is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1378745-
CMYK00.360.670.46
HSL27.39º50.55%35.69%-
HSV(B)27.39º67.15%53.73%-
XYZ14.212.324.11-
YUV97.1698.56156.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=50.93%
G=32.34%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137874500.360.670.4627.3950.5535.69
Hex89572D024432E1b3324
Octal2111275504410356336344
Binary1000100110101111011010100100100001110111011011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89572D; }

 p { color: rgb(137,87,45); }

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

<style>
 a { background-color: #89572D; }

 a { background-color: rgb(137,87,45); }

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

<style>
 span { border-color: #89572D; }

 span { border-color: rgb(137,87,45); }

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