#895B27

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

Shades of Rusty Nail #895B27

Tints of Rusty Nail #895B27

Color information

#895B27 (or 0x895B27) is unknown color: approx Rusty Nail. HEX triplet: 89, 5B and 27. RGB value is (137,91,39). Sum of RGB (Red+Green+Blue) = 137+91+39=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B27 is #76A4D8. Grayscale: #636363. Windows color (decimal): -7775449 or 2579337. OLE color: 2579337.

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

Color convert

RGB1379139-
CMYK00.340.720.46
HSL31.84º55.68%34.51%-
HSV(B)31.84º71.53%53.73%-
XYZ14.4212.953.66-
YUV98.8394.24155.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=51.31%
G=34.08%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137913900.340.720.4631.8455.6834.51
Hex895B27022482E203823
Octal2111334704211056407043
Binary10001001101101110011101000101001000101110100000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,91,39); }

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

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

 a { background-color: rgb(137,91,39); }

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

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

 span { border-color: rgb(137,91,39); }

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