#865A31

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

Shades of Rusty Nail #865A31

Tints of Rusty Nail #865A31

Color information

#865A31 (or 0x865A31) is unknown color: approx Rusty Nail. HEX triplet: 86, 5A and 31. RGB value is (134,90,49). Sum of RGB (Red+Green+Blue) = 134+90+49=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A31 is #79A5CE. Grayscale: #626262. Windows color (decimal): -7972303 or 3234438. OLE color: 3234438.

HSL color Cylindrical-coordinate representation of color #865A31: hue angle of 28.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865A31 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1349049-
CMYK00.330.630.47
HSL28.94º46.45%35.88%-
HSV(B)28.94º63.43%52.55%-
XYZ14.0412.64.6-
YUV98.48100.08153.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=49.08%
G=32.97%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134904900.330.630.4728.9446.4535.88
Hex865A310213F2F1d2e24
Octal206132610417757355644
Binary100001101011010110001010000111111110111111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A31; }

 p { color: rgb(134,90,49); }

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

<style>
 a { background-color: #865A31; }

 a { background-color: rgb(134,90,49); }

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

<style>
 span { border-color: #865A31; }

 span { border-color: rgb(134,90,49); }

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