#946231

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

Shades of Rusty Nail #946231

Tints of Rusty Nail #946231

Color information

#946231 (or 0x946231) is unknown color: approx Rusty Nail. HEX triplet: 94, 62 and 31. RGB value is (148,98,49). Sum of RGB (Red+Green+Blue) = 148+98+49=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #946231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946231 is #6B9DCE. Grayscale: #6B6B6B. Windows color (decimal): -7052751 or 3236500. OLE color: 3236500.

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

Color convert

RGB1489849-
CMYK00.340.670.42
HSL29.7º50.25%38.63%-
HSV(B)29.7º66.89%58.04%-
XYZ17.1315.254.95-
YUV107.3695.06156.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=50.17%
G=33.22%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148984900.340.670.4229.750.2538.63
Hex946231022432A1e3227
Octal2241426104210352366247
Binary1001010011000101100010100010100001110101011110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946231; }

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

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

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

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

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

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

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

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