#89592D

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

Shades of Rusty Nail #89592D

Tints of Rusty Nail #89592D

Color information

#89592D (or 0x89592D) is unknown color: approx Rusty Nail. HEX triplet: 89, 59 and 2D. RGB value is (137,89,45). Sum of RGB (Red+Green+Blue) = 137+89+45=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #89592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89592D is #76A6D2. Grayscale: #626262. Windows color (decimal): -7775955 or 2972041. OLE color: 2972041.

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

Color convert

RGB1378945-
CMYK00.350.670.46
HSL28.7º50.55%35.69%-
HSV(B)28.7º67.15%53.73%-
XYZ14.3612.654.17-
YUV98.3497.9155.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=50.55%
G=32.84%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137894500.350.670.4628.750.5535.69
Hex89592D023432E1d3324
Octal2111315504310356356344
Binary1000100110110011011010100011100001110111011101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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