#915A2E

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

Shades of Rusty Nail #915A2E

Tints of Rusty Nail #915A2E

Color information

#915A2E (or 0x915A2E) is unknown color: approx Rusty Nail. HEX triplet: 91, 5A and 2E. RGB value is (145,90,46). Sum of RGB (Red+Green+Blue) = 145+90+46=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #915A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A2E is #6EA5D1. Grayscale: #656565. Windows color (decimal): -7251410 or 3037841. OLE color: 3037841.

HSL color Cylindrical-coordinate representation of color #915A2E: hue angle of 26.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #915A2E is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1459046-
CMYK00.380.680.43
HSL26.67º51.83%37.45%-
HSV(B)26.67º68.28%56.86%-
XYZ15.8313.534.36-
YUV101.4396.72159.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=51.60%
G=32.03%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145904600.380.680.4326.6751.8337.45
Hex915A2E026442B1b3425
Octal2211325604610453336445
Binary1001000110110101011100100110100010010101111011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915A2E; }

 p { color: rgb(145,90,46); }

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

<style>
 a { background-color: #915A2E; }

 a { background-color: rgb(145,90,46); }

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

<style>
 span { border-color: #915A2E; }

 span { border-color: rgb(145,90,46); }

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