#865B32

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

Shades of Rusty Nail #865B32

Tints of Rusty Nail #865B32

Color information

#865B32 (or 0x865B32) is unknown color: approx Rusty Nail. HEX triplet: 86, 5B and 32. RGB value is (134,91,50). Sum of RGB (Red+Green+Blue) = 134+91+50=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B32 is #79A4CD. Grayscale: #636363. Windows color (decimal): -7972046 or 3300230. OLE color: 3300230.

HSL color Cylindrical-coordinate representation of color #865B32: hue angle of 29.29º 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 #865B32 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1349150-
CMYK00.320.630.47
HSL29.29º45.65%36.08%-
HSV(B)29.29º62.69%52.55%-
XYZ14.1512.784.74-
YUV99.18100.25152.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=48.73%
G=33.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134915000.320.630.4729.2945.6536.08
Hex865B320203F2F1d2e24
Octal206133620407757355644
Binary100001101011011110010010000011111110111111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,50); }

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

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

 a { background-color: rgb(134,91,50); }

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

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

 span { border-color: rgb(134,91,50); }

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