#925E30

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

Shades of Rusty Nail #925E30

Tints of Rusty Nail #925E30

Color information

#925E30 (or 0x925E30) is unknown color: approx Rusty Nail. HEX triplet: 92, 5E and 30. RGB value is (146,94,48). Sum of RGB (Red+Green+Blue) = 146+94+48=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #925E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E30 is #6DA1CF. Grayscale: #686868. Windows color (decimal): -7184848 or 3169938. OLE color: 3169938.

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

Color convert

RGB1469448-
CMYK00.360.670.43
HSL28.16º50.52%38.04%-
HSV(B)28.16º67.12%57.25%-
XYZ16.3914.334.7-
YUV104.396.23157.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=50.69%
G=32.64%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146944800.360.670.4328.1650.5238.04
Hex925E30024432B1c3326
Octal2221366004410353346346
Binary1001001010111101100000100100100001110101111100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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