#865830

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

Shades of Rusty Nail #865830

Tints of Rusty Nail #865830

Color information

#865830 (or 0x865830) is unknown color: approx Rusty Nail. HEX triplet: 86, 58 and 30. RGB value is (134,88,48). Sum of RGB (Red+Green+Blue) = 134+88+48=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865830 is #79A7CF. Grayscale: #616161. Windows color (decimal): -7972816 or 3168390. OLE color: 3168390.

HSL color Cylindrical-coordinate representation of color #865830: hue angle of 27.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #865830 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1348848-
CMYK00.340.640.47
HSL27.91º47.25%35.69%-
HSV(B)27.91º64.18%52.55%-
XYZ13.8512.264.43-
YUV97.19100.24154.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=49.63%
G=32.59%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134884800.340.640.4727.9147.2535.69
Hex865830022402F1c2f24
Octal2061306004210057345744
Binary1000011010110001100000100010100000010111111100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865830; }

 p { color: rgb(134,88,48); }

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

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

 a { background-color: rgb(134,88,48); }

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

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

 span { border-color: rgb(134,88,48); }

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