#856331

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

Shades of Rusty Nail #856331

Tints of Rusty Nail #856331

Color information

#856331 (or 0x856331) is unknown color: approx Rusty Nail. HEX triplet: 85, 63 and 31. RGB value is (133,99,49). Sum of RGB (Red+Green+Blue) = 133+99+49=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856331 is #7A9CCE. Grayscale: #676767. Windows color (decimal): -8035535 or 3236741. OLE color: 3236741.

HSL color Cylindrical-coordinate representation of color #856331: hue angle of 35.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856331 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1339949-
CMYK00.260.630.48
HSL35.71º46.15%35.69%-
HSV(B)35.71º63.16%52.16%-
XYZ14.6914.134.86-
YUV103.4797.26149.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=47.33%
G=35.23%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133994900.260.630.4835.7146.1535.69
Hex85633101A3F30242e24
Octal205143610327760445644
Binary100001011100011110001011010111111110000100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856331; }

 p { color: rgb(133,99,49); }

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

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

 a { background-color: rgb(133,99,49); }

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

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

 span { border-color: rgb(133,99,49); }

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