#865833

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

Shades of Rusty Nail #865833

Tints of Rusty Nail #865833

Color information

#865833 (or 0x865833) is unknown color: approx Rusty Nail. HEX triplet: 86, 58 and 33. RGB value is (134,88,51). Sum of RGB (Red+Green+Blue) = 134+88+51=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865833 is #79A7CC. Grayscale: #616161. Windows color (decimal): -7972813 or 3364998. OLE color: 3364998.

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

Color convert

RGB1348851-
CMYK00.340.620.47
HSL26.75º44.86%36.27%-
HSV(B)26.75º61.94%52.55%-
XYZ13.9212.294.77-
YUV97.54101.74154.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=49.08%
G=32.23%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885100.340.620.4726.7544.8636.27
Hex8658330223E2F1b2d24
Octal206130630427657335544
Binary100001101011000110011010001011111010111111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865833; }

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

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

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

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

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

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

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

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