#905E2E

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

Shades of Rusty Nail #905E2E

Tints of Rusty Nail #905E2E

Color information

#905E2E (or 0x905E2E) is unknown color: approx Rusty Nail. HEX triplet: 90, 5E and 2E. RGB value is (144,94,46). Sum of RGB (Red+Green+Blue) = 144+94+46=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #905E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905E2E is #6FA1D1. Grayscale: #676767. Windows color (decimal): -7315922 or 3038864. OLE color: 3038864.

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

Color convert

RGB1449446-
CMYK00.350.680.44
HSL29.39º51.58%37.25%-
HSV(B)29.39º68.06%56.47%-
XYZ1614.134.47-
YUV103.4895.56156.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.70%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=50.70%
G=33.10%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144944600.350.680.4429.3951.5837.25
Hex905E2E023442C1d3425
Octal2201365604310454356445
Binary1001000010111101011100100011100010010110011101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,46); }

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

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

 a { background-color: rgb(144,94,46); }

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

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

 span { border-color: rgb(144,94,46); }

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