#865E2D

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

Shades of Rusty Nail #865E2D

Tints of Rusty Nail #865E2D

Color information

#865E2D (or 0x865E2D) is unknown color: approx Rusty Nail. HEX triplet: 86, 5E and 2D. RGB value is (134,94,45). Sum of RGB (Red+Green+Blue) = 134+94+45=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2D is #79A1D2. Grayscale: #646464. Windows color (decimal): -7971283 or 2973318. OLE color: 2973318.

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

Color convert

RGB1349445-
CMYK00.300.660.47
HSL33.03º49.72%35.1%-
HSV(B)33.03º66.42%52.55%-
XYZ14.3113.264.29-
YUV100.3796.75151.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=49.08%
G=34.43%
B=16.48%

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
Decimal134944500.300.660.4733.0349.7235.1
Hex865E2D01E422F213223
Octal2061365503610257416243
Binary1000011010111101011010111101000010101111100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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