#865E32

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

Shades of Rusty Nail #865E32

Tints of Rusty Nail #865E32

Color information

#865E32 (or 0x865E32) is unknown color: approx Rusty Nail. HEX triplet: 86, 5E and 32. RGB value is (134,94,50). Sum of RGB (Red+Green+Blue) = 134+94+50=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E32 is #79A1CD. Grayscale: #656565. Windows color (decimal): -7971278 or 3300998. OLE color: 3300998.

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

Color convert

RGB1349450-
CMYK00.300.630.47
HSL31.43º45.65%36.08%-
HSV(B)31.43º62.69%52.55%-
XYZ14.4113.34.83-
YUV100.9499.25151.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=48.20%
G=33.81%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134945000.300.630.4731.4345.6536.08
Hex865E3201E3F2F1f2e24
Octal206136620367757375644
Binary10000110101111011001001111011111110111111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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