#925C2D

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

Shades of Rusty Nail #925C2D

Tints of Rusty Nail #925C2D

Color information

#925C2D (or 0x925C2D) is unknown color: approx Rusty Nail. HEX triplet: 92, 5C and 2D. RGB value is (146,92,45). Sum of RGB (Red+Green+Blue) = 146+92+45=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C2D is #6DA3D2. Grayscale: #676767. Windows color (decimal): -7185363 or 2972818. OLE color: 2972818.

HSL color Cylindrical-coordinate representation of color #925C2D: hue angle of 27.92º 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 #925C2D is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB1469245-
CMYK00.370.690.43
HSL27.92º52.88%37.45%-
HSV(B)27.92º69.18%57.25%-
XYZ16.1513.954.32-
YUV102.7995.39158.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=51.59%
G=32.51%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146924500.370.690.4327.9252.8837.45
Hex925C2D025452B1c3525
Octal2221345504510553346545
Binary1001001010111001011010100101100010110101111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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