#945B2E

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

Shades of Rusty Nail #945B2E

Tints of Rusty Nail #945B2E

Color information

#945B2E (or 0x945B2E) is unknown color: approx Rusty Nail. HEX triplet: 94, 5B and 2E. RGB value is (148,91,46). Sum of RGB (Red+Green+Blue) = 148+91+46=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B2E is #6BA4D1. Grayscale: #676767. Windows color (decimal): -7054546 or 3038100. OLE color: 3038100.

HSL color Cylindrical-coordinate representation of color #945B2E: hue angle of 26.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #945B2E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1489146-
CMYK00.390.690.42
HSL26.47º52.58%38.04%-
HSV(B)26.47º68.92%58.04%-
XYZ16.4513.984.42-
YUV102.9195.88160.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=51.93%
G=31.93%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148914600.390.690.4226.4752.5838.04
Hex945B2E027452A1a3526
Octal2241335604710552326546
Binary1001010010110111011100100111100010110101011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B2E; }

 p { color: rgb(148,91,46); }

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

<style>
 a { background-color: #945B2E; }

 a { background-color: rgb(148,91,46); }

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

<style>
 span { border-color: #945B2E; }

 span { border-color: rgb(148,91,46); }

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