#895E2E

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

Shades of Rusty Nail #895E2E

Tints of Rusty Nail #895E2E

Color information

#895E2E (or 0x895E2E) is unknown color: approx Rusty Nail. HEX triplet: 89, 5E and 2E. RGB value is (137,94,46). Sum of RGB (Red+Green+Blue) = 137+94+46=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #895E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E2E is #76A1D1. Grayscale: #656565. Windows color (decimal): -7774674 or 3038857. OLE color: 3038857.

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

Color convert

RGB1379446-
CMYK00.310.660.46
HSL31.65º49.73%35.88%-
HSV(B)31.65º66.42%53.73%-
XYZ14.8113.524.41-
YUV101.3896.75153.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=49.46%
G=33.94%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137944600.310.660.4631.6549.7335.88
Hex895E2E01F422E203224
Octal2111365603710256406244
Binary1000100110111101011100111111000010101110100000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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