#89582E

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

Shades of Rusty Nail #89582E

Tints of Rusty Nail #89582E

Color information

#89582E (or 0x89582E) is unknown color: approx Rusty Nail. HEX triplet: 89, 58 and 2E. RGB value is (137,88,46). Sum of RGB (Red+Green+Blue) = 137+88+46=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #89582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89582E is #76A7D1. Grayscale: #626262. Windows color (decimal): -7776210 or 3037321. OLE color: 3037321.

HSL color Cylindrical-coordinate representation of color #89582E: hue angle of 27.69º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89582E is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1378846-
CMYK00.360.660.46
HSL27.69º49.73%35.88%-
HSV(B)27.69º66.42%53.73%-
XYZ14.312.54.24-
YUV97.8698.73155.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 46 (18.36% from 255) = 16.97%
R=50.55%
G=32.47%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137884600.360.660.4627.6949.7335.88
Hex89582E024422E1c3224
Octal2111305604410256346244
Binary1000100110110001011100100100100001010111011100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89582E; }

 p { color: rgb(137,88,46); }

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

<style>
 a { background-color: #89582E; }

 a { background-color: rgb(137,88,46); }

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

<style>
 span { border-color: #89582E; }

 span { border-color: rgb(137,88,46); }

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