#915F2E

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

Shades of Rusty Nail #915F2E

Tints of Rusty Nail #915F2E

Color information

#915F2E (or 0x915F2E) is unknown color: approx Rusty Nail. HEX triplet: 91, 5F and 2E. RGB value is (145,95,46). Sum of RGB (Red+Green+Blue) = 145+95+46=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #915F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F2E is #6EA0D1. Grayscale: #686868. Windows color (decimal): -7250130 or 3039121. OLE color: 3039121.

HSL color Cylindrical-coordinate representation of color #915F2E: hue angle of 29.7º 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 #915F2E is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1459546-
CMYK00.340.680.43
HSL29.7º51.83%37.45%-
HSV(B)29.7º68.28%56.86%-
XYZ16.2614.44.51-
YUV104.3695.06156.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=50.70%
G=33.22%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145954600.340.680.4329.751.8337.45
Hex915F2E022442B1e3425
Octal2211375604210453366445
Binary1001000110111111011100100010100010010101111110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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