#895D2D

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

Shades of Rusty Nail #895D2D

Tints of Rusty Nail #895D2D

Color information

#895D2D (or 0x895D2D) is unknown color: approx Rusty Nail. HEX triplet: 89, 5D and 2D. RGB value is (137,93,45). Sum of RGB (Red+Green+Blue) = 137+93+45=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D2D is #76A2D2. Grayscale: #646464. Windows color (decimal): -7774931 or 2973065. OLE color: 2973065.

HSL color Cylindrical-coordinate representation of color #895D2D: hue angle of 31.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #895D2D is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1379345-
CMYK00.320.670.46
HSL31.3º50.55%35.69%-
HSV(B)31.3º67.15%53.73%-
XYZ14.713.344.28-
YUV100.6896.58153.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=49.82%
G=33.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137934500.320.670.4631.350.5535.69
Hex895D2D020432E1f3324
Octal2111355504010356376344
Binary1000100110111011011010100000100001110111011111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,93,45); }

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

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

 a { background-color: rgb(137,93,45); }

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

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

 span { border-color: rgb(137,93,45); }

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