#925B30

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

Shades of Rusty Nail #925B30

Tints of Rusty Nail #925B30

Color information

#925B30 (or 0x925B30) is unknown color: approx Rusty Nail. HEX triplet: 92, 5B and 30. RGB value is (146,91,48). Sum of RGB (Red+Green+Blue) = 146+91+48=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #925B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B30 is #6DA4CF. Grayscale: #666666. Windows color (decimal): -7185616 or 3169170. OLE color: 3169170.

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

Color convert

RGB1469148-
CMYK00.380.670.43
HSL26.33º50.52%38.04%-
HSV(B)26.33º67.12%57.25%-
XYZ16.1313.814.61-
YUV102.5497.22159-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=51.23%
G=31.93%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146914800.380.670.4326.3350.5238.04
Hex925B30026432B1a3326
Octal2221336004610353326346
Binary1001001010110111100000100110100001110101111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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