#905A30

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

Shades of Rusty Nail #905A30

Tints of Rusty Nail #905A30

Color information

#905A30 (or 0x905A30) is unknown color: approx Rusty Nail. HEX triplet: 90, 5A and 30. RGB value is (144,90,48). Sum of RGB (Red+Green+Blue) = 144+90+48=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #905A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A30 is #6FA5CF. Grayscale: #656565. Windows color (decimal): -7316944 or 3168912. OLE color: 3168912.

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

Color convert

RGB1449048-
CMYK00.370.670.44
HSL26.25º50%37.65%-
HSV(B)26.25º66.67%56.47%-
XYZ15.6913.464.57-
YUV101.3697.89158.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=51.06%
G=31.91%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144904800.370.670.4426.255037.65
Hex905A30025432C1a3226
Octal2201326004510354326246
Binary1001000010110101100000100101100001110110011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,90,48); }

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

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

 a { background-color: rgb(144,90,48); }

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

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

 span { border-color: rgb(144,90,48); }

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