#925B2D

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

Shades of Rusty Nail #925B2D

Tints of Rusty Nail #925B2D

Color information

#925B2D (or 0x925B2D) is unknown color: approx Rusty Nail. HEX triplet: 92, 5B and 2D. RGB value is (146,91,45). Sum of RGB (Red+Green+Blue) = 146+91+45=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #925B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B2D is #6DA4D2. Grayscale: #666666. Windows color (decimal): -7185619 or 2972562. OLE color: 2972562.

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

Color convert

RGB1469145-
CMYK00.380.690.43
HSL27.33º52.88%37.45%-
HSV(B)27.33º69.18%57.25%-
XYZ16.0713.784.3-
YUV102.295.72159.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=51.77%
G=32.27%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146914500.380.690.4327.3352.8837.45
Hex925B2D026452B1b3525
Octal2221335504610553336545
Binary1001001010110111011010100110100010110101111011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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