#895928

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

Shades of Rusty Nail #895928

Tints of Rusty Nail #895928

Color information

#895928 (or 0x895928) is unknown color: approx Rusty Nail. HEX triplet: 89, 59 and 28. RGB value is (137,89,40). Sum of RGB (Red+Green+Blue) = 137+89+40=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #895928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895928 is #76A6D7. Grayscale: #626262. Windows color (decimal): -7775960 or 2644361. OLE color: 2644361.

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

Color convert

RGB1378940-
CMYK00.350.710.46
HSL30.31º54.8%34.71%-
HSV(B)30.31º70.8%53.73%-
XYZ14.2712.623.69-
YUV97.7795.4155.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=51.50%
G=33.46%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137894000.350.710.4630.3154.834.71
Hex895928023472E1e3723
Octal2111315004310756366743
Binary1000100110110011010000100011100011110111011110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895928; }

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

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

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

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

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

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

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

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