#905F30

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

Shades of Rusty Nail #905F30

Tints of Rusty Nail #905F30

Color information

#905F30 (or 0x905F30) is unknown color: approx Rusty Nail. HEX triplet: 90, 5F and 30. RGB value is (144,95,48). Sum of RGB (Red+Green+Blue) = 144+95+48=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #905F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F30 is #6FA0CF. Grayscale: #686868. Windows color (decimal): -7315664 or 3170192. OLE color: 3170192.

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

Color convert

RGB1449548-
CMYK00.340.670.44
HSL29.38º50%37.65%-
HSV(B)29.38º66.67%56.47%-
XYZ16.1314.334.71-
YUV104.2996.23156.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=50.17%
G=33.10%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144954800.340.670.4429.385037.65
Hex905F30022432C1d3226
Octal2201376004210354356246
Binary1001000010111111100000100010100001110110011101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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