#905D30

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

Shades of Rusty Nail #905D30

Tints of Rusty Nail #905D30

Color information

#905D30 (or 0x905D30) is unknown color: approx Rusty Nail. HEX triplet: 90, 5D and 30. RGB value is (144,93,48). Sum of RGB (Red+Green+Blue) = 144+93+48=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #905D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D30 is #6FA2CF. Grayscale: #676767. Windows color (decimal): -7316176 or 3169680. OLE color: 3169680.

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

Color convert

RGB1449348-
CMYK00.350.670.44
HSL28.12º50%37.65%-
HSV(B)28.12º66.67%56.47%-
XYZ15.9513.974.65-
YUV103.1296.9157.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=50.53%
G=32.63%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144934800.350.670.4428.125037.65
Hex905D30023432C1c3226
Octal2201356004310354346246
Binary1001000010111011100000100011100001110110011100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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