#895C2A

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

Shades of Rusty Nail #895C2A

Tints of Rusty Nail #895C2A

Color information

#895C2A (or 0x895C2A) is unknown color: approx Rusty Nail. HEX triplet: 89, 5C and 2A. RGB value is (137,92,42). Sum of RGB (Red+Green+Blue) = 137+92+42=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #895C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C2A is #76A3D5. Grayscale: #646464. Windows color (decimal): -7775190 or 2776201. OLE color: 2776201.

HSL color Cylindrical-coordinate representation of color #895C2A: hue angle of 31.58º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #895C2A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1379242-
CMYK00.330.690.46
HSL31.58º53.07%35.1%-
HSV(B)31.58º69.34%53.73%-
XYZ14.5613.143.96-
YUV99.7695.41154.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=50.55%
G=33.95%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137924200.330.690.4631.5853.0735.1
Hex895C2A021452E203523
Octal2111345204110556406543
Binary10001001101110010101001000011000101101110100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,42); }

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

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

 a { background-color: rgb(137,92,42); }

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

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

 span { border-color: rgb(137,92,42); }

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