#865E2E

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

Shades of Rusty Nail #865E2E

Tints of Rusty Nail #865E2E

Color information

#865E2E (or 0x865E2E) is unknown color: approx Rusty Nail. HEX triplet: 86, 5E and 2E. RGB value is (134,94,46). Sum of RGB (Red+Green+Blue) = 134+94+46=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2E is #79A1D1. Grayscale: #646464. Windows color (decimal): -7971282 or 3038854. OLE color: 3038854.

HSL color Cylindrical-coordinate representation of color #865E2E: hue angle of 32.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #865E2E is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1349446-
CMYK00.300.660.47
HSL32.73º48.89%35.29%-
HSV(B)32.73º65.67%52.55%-
XYZ14.3313.274.39-
YUV100.4997.25151.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=48.91%
G=34.31%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134944600.300.660.4732.7348.8935.29
Hex865E2E01E422F213123
Octal2061365603610257416143
Binary1000011010111101011100111101000010101111100001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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