#895932

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

Shades of Rusty Nail #895932

Tints of Rusty Nail #895932

Color information

#895932 (or 0x895932) is unknown color: approx Rusty Nail. HEX triplet: 89, 59 and 32. RGB value is (137,89,50). Sum of RGB (Red+Green+Blue) = 137+89+50=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895932 is #76A6CD. Grayscale: #636363. Windows color (decimal): -7775950 or 3299721. OLE color: 3299721.

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

Color convert

RGB1378950-
CMYK00.350.640.46
HSL26.9º46.52%36.67%-
HSV(B)26.9º63.5%53.73%-
XYZ14.4612.694.71-
YUV98.91100.4155.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=49.64%
G=32.25%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137895000.350.640.4626.946.5236.67
Hex895932023402E1b2f25
Octal2111316204310056335745
Binary1000100110110011100100100011100000010111011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895932; }

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

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

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

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

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

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

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

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