#856032

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

Shades of Rusty Nail #856032

Tints of Rusty Nail #856032

Color information

#856032 (or 0x856032) is unknown color: approx Rusty Nail. HEX triplet: 85, 60 and 32. RGB value is (133,96,50). Sum of RGB (Red+Green+Blue) = 133+96+50=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #856032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856032 is #7A9FCD. Grayscale: #666666. Windows color (decimal): -8036302 or 3301509. OLE color: 3301509.

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

Color convert

RGB1339650-
CMYK00.280.620.48
HSL33.25º45.36%35.88%-
HSV(B)33.25º62.41%52.16%-
XYZ14.4313.584.88-
YUV101.8298.76150.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=47.67%
G=34.41%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133965000.280.620.4833.2545.3635.88
Hex85603201C3E30212d24
Octal205140620347660415544
Binary100001011100000110010011100111110110000100001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856032; }

 p { color: rgb(133,96,50); }

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

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

 a { background-color: rgb(133,96,50); }

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

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

 span { border-color: rgb(133,96,50); }

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