#946132

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

Shades of Rusty Nail #946132

Tints of Rusty Nail #946132

Color information

#946132 (or 0x946132) is unknown color: approx Rusty Nail. HEX triplet: 94, 61 and 32. RGB value is (148,97,50). Sum of RGB (Red+Green+Blue) = 148+97+50=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #946132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946132 is #6B9ECD. Grayscale: #6B6B6B. Windows color (decimal): -7053006 or 3301780. OLE color: 3301780.

HSL color Cylindrical-coordinate representation of color #946132: hue angle of 28.78º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #946132 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1489750-
CMYK00.340.660.42
HSL28.78º49.49%38.82%-
HSV(B)28.78º66.22%58.04%-
XYZ17.0615.085.03-
YUV106.8995.9157.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=50.17%
G=32.88%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148975000.340.660.4228.7849.4938.82
Hex946132022422A1d3127
Octal2241416204210252356147
Binary1001010011000011100100100010100001010101011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946132; }

 p { color: rgb(148,97,50); }

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

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

 a { background-color: rgb(148,97,50); }

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

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

 span { border-color: rgb(148,97,50); }

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