#855A31

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

Shades of Rusty Nail #855A31

Tints of Rusty Nail #855A31

Color information

#855A31 (or 0x855A31) is unknown color: approx Rusty Nail. HEX triplet: 85, 5A and 31. RGB value is (133,90,49). Sum of RGB (Red+Green+Blue) = 133+90+49=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A31 is #7AA5CE. Grayscale: #626262. Windows color (decimal): -8037839 or 3234437. OLE color: 3234437.

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

Color convert

RGB1339049-
CMYK00.320.630.48
HSL29.29º46.15%35.69%-
HSV(B)29.29º63.16%52.16%-
XYZ13.8812.524.59-
YUV98.18100.25152.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=48.90%
G=33.09%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133904900.320.630.4829.2946.1535.69
Hex855A310203F301d2e24
Octal205132610407760355644
Binary100001011011010110001010000011111111000011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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