#895A2D

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

Shades of Rusty Nail #895A2D

Tints of Rusty Nail #895A2D

Color information

#895A2D (or 0x895A2D) is unknown color: approx Rusty Nail. HEX triplet: 89, 5A and 2D. RGB value is (137,90,45). Sum of RGB (Red+Green+Blue) = 137+90+45=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #895A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A2D is #76A5D2. Grayscale: #636363. Windows color (decimal): -7775699 or 2972297. OLE color: 2972297.

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

Color convert

RGB1379045-
CMYK00.340.670.46
HSL29.35º50.55%35.69%-
HSV(B)29.35º67.15%53.73%-
XYZ14.4512.824.2-
YUV98.9297.57155.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=50.37%
G=33.09%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137904500.340.670.4629.3550.5535.69
Hex895A2D022432E1d3324
Octal2111325504210356356344
Binary1000100110110101011010100010100001110111011101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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