#855930

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

Shades of Rusty Nail #855930

Tints of Rusty Nail #855930

Color information

#855930 (or 0x855930) is unknown color: approx Rusty Nail. HEX triplet: 85, 59 and 30. RGB value is (133,89,48). Sum of RGB (Red+Green+Blue) = 133+89+48=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855930 is #7AA6CF. Grayscale: #616161. Windows color (decimal): -8038096 or 3168645. OLE color: 3168645.

HSL color Cylindrical-coordinate representation of color #855930: hue angle of 28.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855930 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1338948-
CMYK00.330.640.48
HSL28.94º46.96%35.49%-
HSV(B)28.94º63.91%52.16%-
XYZ13.7812.344.45-
YUV97.48100.08153.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=49.26%
G=32.96%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133894800.330.640.4828.9446.9635.49
Hex85593002140301d2f23
Octal2051316004110060355743
Binary1000010110110011100000100001100000011000011101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855930; }

 p { color: rgb(133,89,48); }

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

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

 a { background-color: rgb(133,89,48); }

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

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

 span { border-color: rgb(133,89,48); }

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