#89572c

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

Shades of Rusty Nail #89572C

Tints of Rusty Nail #89572C

Color information

#89572C (or 0x89572C) is unknown color: approx Rusty Nail. HEX triplet: 89, 57 and 2C. RGB value is (137,87,44). Sum of RGB (Red+Green+Blue) = 137+87+44=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89572C is #76A8D3. Grayscale: #616161. Windows color (decimal): -7776468 or 2905993. OLE color: 2905993.

HSL color Cylindrical-coordinate representation of color #89572C: hue angle of 27.74º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89572C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1378744-
CMYK00.360.680.46
HSL27.74º51.38%35.49%-
HSV(B)27.74º67.88%53.73%-
XYZ14.1812.324.01-
YUV97.0598.06156.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=51.12%
G=32.46%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137874400.360.680.4627.7451.3835.49
Hex89572C024442E1c3323
Octal2111275404410456346343
Binary1000100110101111011000100100100010010111011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89572c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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