#905C33

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

Shades of Rusty Nail #905C33

Tints of Rusty Nail #905C33

Color information

#905C33 (or 0x905C33) is unknown color: approx Rusty Nail. HEX triplet: 90, 5C and 33. RGB value is (144,92,51). Sum of RGB (Red+Green+Blue) = 144+92+51=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #905C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905C33 is #6FA3CC. Grayscale: #676767. Windows color (decimal): -7316429 or 3366032. OLE color: 3366032.

HSL color Cylindrical-coordinate representation of color #905C33: hue angle of 26.45º 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 #905C33 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1449251-
CMYK00.360.650.44
HSL26.45º47.69%38.24%-
HSV(B)26.45º64.58%56.47%-
XYZ15.9313.824.96-
YUV102.8798.73157.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=50.17%
G=32.06%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144925100.360.650.4426.4547.6938.24
Hex905C33024412C1a3026
Octal2201346304410154326046
Binary1001000010111001100110100100100000110110011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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