#905d31

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

Shades of Rusty Nail #905D31

Tints of Rusty Nail #905D31

Color information

#905D31 (or 0x905D31) is unknown color: approx Rusty Nail. HEX triplet: 90, 5D and 31. RGB value is (144,93,49). Sum of RGB (Red+Green+Blue) = 144+93+49=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #905D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D31 is #6FA2CE. Grayscale: #676767. Windows color (decimal): -7316175 or 3235216. OLE color: 3235216.

HSL color Cylindrical-coordinate representation of color #905D31: hue angle of 27.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #905D31 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1449349-
CMYK00.350.660.44
HSL27.79º49.22%37.84%-
HSV(B)27.79º65.97%56.47%-
XYZ15.9713.984.76-
YUV103.2397.4157.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=50.35%
G=32.52%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144934900.350.660.4427.7949.2237.84
Hex905D31023422C1c3126
Octal2201356104310254346146
Binary1001000010111011100010100011100001010110011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905d31; }

 p { color: rgb(144,93,49); }

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

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

 a { background-color: rgb(144,93,49); }

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

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

 span { border-color: rgb(144,93,49); }

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