#865D2D

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

Shades of Rusty Nail #865D2D

Tints of Rusty Nail #865D2D

Color information

#865D2D (or 0x865D2D) is unknown color: approx Rusty Nail. HEX triplet: 86, 5D and 2D. RGB value is (134,93,45). Sum of RGB (Red+Green+Blue) = 134+93+45=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D2D is #79A2D2. Grayscale: #646464. Windows color (decimal): -7971539 or 2973062. OLE color: 2973062.

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

Color convert

RGB1349345-
CMYK00.310.660.47
HSL32.36º49.72%35.1%-
HSV(B)32.36º66.42%52.55%-
XYZ14.2213.094.26-
YUV99.7997.08152.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=49.26%
G=34.19%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134934500.310.660.4732.3649.7235.1
Hex865D2D01F422F203223
Octal2061355503710257406243
Binary1000011010111011011010111111000010101111100000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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