#865B30

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

Shades of Rusty Nail #865B30

Tints of Rusty Nail #865B30

Color information

#865B30 (or 0x865B30) is unknown color: approx Rusty Nail. HEX triplet: 86, 5B and 30. RGB value is (134,91,48). Sum of RGB (Red+Green+Blue) = 134+91+48=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B30 is #79A4CF. Grayscale: #636363. Windows color (decimal): -7972048 or 3169158. OLE color: 3169158.

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

Color convert

RGB1349148-
CMYK00.320.640.47
HSL30º47.25%35.69%-
HSV(B)30º64.18%52.55%-
XYZ14.1112.764.52-
YUV98.9599.25153-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=49.08%
G=33.33%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134914800.320.640.473047.2535.69
Hex865B30020402F1e2f24
Octal2061336004010057365744
Binary1000011010110111100000100000100000010111111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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