#865C32

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

Shades of Rusty Nail #865C32

Tints of Rusty Nail #865C32

Color information

#865C32 (or 0x865C32) is unknown color: approx Rusty Nail. HEX triplet: 86, 5C and 32. RGB value is (134,92,50). Sum of RGB (Red+Green+Blue) = 134+92+50=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #865C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C32 is #79A3CD. Grayscale: #636363. Windows color (decimal): -7971790 or 3300486. OLE color: 3300486.

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

Color convert

RGB1349250-
CMYK00.310.630.47
HSL30º45.65%36.08%-
HSV(B)30º62.69%52.55%-
XYZ14.2312.954.77-
YUV99.7799.91152.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=48.55%
G=33.33%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134925000.310.630.473045.6536.08
Hex865C3201F3F2F1e2e24
Octal206134620377757365644
Binary10000110101110011001001111111111110111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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