#865F32

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

Shades of Rusty Nail #865F32

Tints of Rusty Nail #865F32

Color information

#865F32 (or 0x865F32) is unknown color: approx Rusty Nail. HEX triplet: 86, 5F and 32. RGB value is (134,95,50). Sum of RGB (Red+Green+Blue) = 134+95+50=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #865F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F32 is #79A0CD. Grayscale: #656565. Windows color (decimal): -7971022 or 3301254. OLE color: 3301254.

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

Color convert

RGB1349550-
CMYK00.290.630.47
HSL32.14º45.65%36.08%-
HSV(B)32.14º62.69%52.55%-
XYZ14.513.484.86-
YUV101.5398.92151.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=48.03%
G=34.05%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134955000.290.630.4732.1445.6536.08
Hex865F3201D3F2F202e24
Octal206137620357757405644
Binary100001101011111110010011101111111101111100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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