#895B2F

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

Shades of Rusty Nail #895B2F

Tints of Rusty Nail #895B2F

Color information

#895B2F (or 0x895B2F) is unknown color: approx Rusty Nail. HEX triplet: 89, 5B and 2F. RGB value is (137,91,47). Sum of RGB (Red+Green+Blue) = 137+91+47=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B2F is #76A4D0. Grayscale: #636363. Windows color (decimal): -7775441 or 3103625. OLE color: 3103625.

HSL color Cylindrical-coordinate representation of color #895B2F: hue angle of 29.33º degrees, saturation: 0.49, 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 #895B2F is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1379147-
CMYK00.340.660.46
HSL29.33º48.91%36.08%-
HSV(B)29.33º65.69%53.73%-
XYZ14.5713.014.43-
YUV99.7498.24154.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=49.82%
G=33.09%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137914700.340.660.4629.3348.9136.08
Hex895B2F022422E1d3124
Octal2111335704210256356144
Binary1000100110110111011110100010100001010111011101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895B2F; }

 p { color: rgb(137,91,47); }

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

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

 a { background-color: rgb(137,91,47); }

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

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

 span { border-color: rgb(137,91,47); }

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