#895E2D

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

Shades of Rusty Nail #895E2D

Tints of Rusty Nail #895E2D

Color information

#895E2D (or 0x895E2D) is unknown color: approx Rusty Nail. HEX triplet: 89, 5E and 2D. RGB value is (137,94,45). Sum of RGB (Red+Green+Blue) = 137+94+45=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E2D is #76A1D2. Grayscale: #656565. Windows color (decimal): -7774675 or 2973321. OLE color: 2973321.

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

Color convert

RGB1379445-
CMYK00.310.670.46
HSL31.96º50.55%35.69%-
HSV(B)31.96º67.15%53.73%-
XYZ14.7913.514.31-
YUV101.2796.25153.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=49.64%
G=34.06%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137944500.310.670.4631.9650.5535.69
Hex895E2D01F432E203324
Octal2111365503710356406344
Binary1000100110111101011010111111000011101110100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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