#89582A

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

Shades of Rusty Nail #89582A

Tints of Rusty Nail #89582A

Color information

#89582A (or 0x89582A) is unknown color: approx Rusty Nail. HEX triplet: 89, 58 and 2A. RGB value is (137,88,42). Sum of RGB (Red+Green+Blue) = 137+88+42=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89582A is #76A7D5. Grayscale: #616161. Windows color (decimal): -7776214 or 2775177. OLE color: 2775177.

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

Color convert

RGB1378842-
CMYK00.360.690.46
HSL29.05º53.07%35.1%-
HSV(B)29.05º69.34%53.73%-
XYZ14.2212.463.85-
YUV97.4196.73156.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=51.31%
G=32.96%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137884200.360.690.4629.0553.0735.1
Hex89582A024452E1d3523
Octal2111305204410556356543
Binary1000100110110001010100100100100010110111011101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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