#945E31

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

Shades of Rusty Nail #945E31

Tints of Rusty Nail #945E31

Color information

#945E31 (or 0x945E31) is unknown color: approx Rusty Nail. HEX triplet: 94, 5E and 31. RGB value is (148,94,49). Sum of RGB (Red+Green+Blue) = 148+94+49=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #945E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945E31 is #6BA1CE. Grayscale: #696969. Windows color (decimal): -7053775 or 3235476. OLE color: 3235476.

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

Color convert

RGB1489449-
CMYK00.360.670.42
HSL27.27º50.25%38.63%-
HSV(B)27.27º66.89%58.04%-
XYZ16.7714.524.83-
YUV105.0296.39158.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=50.86%
G=32.30%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148944900.360.670.4227.2750.2538.63
Hex945E31024432A1b3227
Octal2241366104410352336247
Binary1001010010111101100010100100100001110101011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,94,49); }

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

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

 a { background-color: rgb(148,94,49); }

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

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

 span { border-color: rgb(148,94,49); }

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