#855A32

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

Shades of Rusty Nail #855A32

Tints of Rusty Nail #855A32

Color information

#855A32 (or 0x855A32) is unknown color: approx Rusty Nail. HEX triplet: 85, 5A and 32. RGB value is (133,90,50). Sum of RGB (Red+Green+Blue) = 133+90+50=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A32 is #7AA5CD. Grayscale: #626262. Windows color (decimal): -8037838 or 3299973. OLE color: 3299973.

HSL color Cylindrical-coordinate representation of color #855A32: hue angle of 28.92º 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 #855A32 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1339050-
CMYK00.320.620.48
HSL28.92º45.36%35.88%-
HSV(B)28.92º62.41%52.16%-
XYZ13.912.534.7-
YUV98.3100.75152.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=48.72%
G=32.97%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133905000.320.620.4828.9245.3635.88
Hex855A320203E301d2d24
Octal205132620407660355544
Binary100001011011010110010010000011111011000011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A32; }

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

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

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

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

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

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

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

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