#895D2E

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

Shades of Rusty Nail #895D2E

Tints of Rusty Nail #895D2E

Color information

#895D2E (or 0x895D2E) is unknown color: approx Rusty Nail. HEX triplet: 89, 5D and 2E. RGB value is (137,93,46). Sum of RGB (Red+Green+Blue) = 137+93+46=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D2E is #76A2D1. Grayscale: #656565. Windows color (decimal): -7774930 or 3038601. OLE color: 3038601.

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

Color convert

RGB1379346-
CMYK00.320.660.46
HSL30.99º49.73%35.88%-
HSV(B)30.99º66.42%53.73%-
XYZ14.7213.344.38-
YUV100.897.08153.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=49.64%
G=33.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137934600.320.660.4630.9949.7335.88
Hex895D2E020422E1f3224
Octal2111355604010256376244
Binary1000100110111011011100100000100001010111011111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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