#925E31

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

Shades of Rusty Nail #925E31

Tints of Rusty Nail #925E31

Color information

#925E31 (or 0x925E31) is unknown color: approx Rusty Nail. HEX triplet: 92, 5E and 31. RGB value is (146,94,49). Sum of RGB (Red+Green+Blue) = 146+94+49=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #925E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E31 is #6DA1CE. Grayscale: #686868. Windows color (decimal): -7184847 or 3235474. OLE color: 3235474.

HSL color Cylindrical-coordinate representation of color #925E31: hue angle of 27.84º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #925E31 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1469449-
CMYK00.360.660.43
HSL27.84º49.74%38.24%-
HSV(B)27.84º66.44%57.25%-
XYZ16.4114.344.81-
YUV104.4296.73157.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=50.52%
G=32.53%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146944900.360.660.4327.8449.7438.24
Hex925E31024422B1c3226
Octal2221366104410253346246
Binary1001001010111101100010100100100001010101111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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