#905D33

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

Shades of Rusty Nail #905D33

Tints of Rusty Nail #905D33

Color information

#905D33 (or 0x905D33) is unknown color: approx Rusty Nail. HEX triplet: 90, 5D and 33. RGB value is (144,93,51). Sum of RGB (Red+Green+Blue) = 144+93+51=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #905D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D33 is #6FA2CC. Grayscale: #676767. Windows color (decimal): -7316173 or 3366288. OLE color: 3366288.

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

Color convert

RGB1449351-
CMYK00.350.650.44
HSL27.1º47.69%38.24%-
HSV(B)27.1º64.58%56.47%-
XYZ16.01144.99-
YUV103.4698.4156.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=50%
G=32.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144935100.350.650.4427.147.6938.24
Hex905D33023412C1b3026
Octal2201356304310154336046
Binary1001000010111011100110100011100000110110011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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