#945B2D

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

Shades of Rusty Nail #945B2D

Tints of Rusty Nail #945B2D

Color information

#945B2D (or 0x945B2D) is unknown color: approx Rusty Nail. HEX triplet: 94, 5B and 2D. RGB value is (148,91,45). Sum of RGB (Red+Green+Blue) = 148+91+45=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B2D is #6BA4D2. Grayscale: #676767. Windows color (decimal): -7054547 or 2972564. OLE color: 2972564.

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

Color convert

RGB1489145-
CMYK00.390.700.42
HSL26.8º53.37%37.84%-
HSV(B)26.8º69.59%58.04%-
XYZ16.4313.974.31-
YUV102.895.38160.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=52.11%
G=32.04%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148914500.390.700.4226.853.3737.84
Hex945B2D027462A1b3526
Octal2241335504710652336546
Binary1001010010110111011010100111100011010101011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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