#935B2F

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

Shades of Rusty Nail #935B2F

Tints of Rusty Nail #935B2F

Color information

#935B2F (or 0x935B2F) is unknown color: approx Rusty Nail. HEX triplet: 93, 5B and 2F. RGB value is (147,91,47). Sum of RGB (Red+Green+Blue) = 147+91+47=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935B2F is #6CA4D0. Grayscale: #666666. Windows color (decimal): -7120081 or 3103635. OLE color: 3103635.

HSL color Cylindrical-coordinate representation of color #935B2F: hue angle of 26.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #935B2F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1479147-
CMYK00.380.680.42
HSL26.4º51.55%38.04%-
HSV(B)26.4º68.03%57.65%-
XYZ16.2913.894.51-
YUV102.7396.55159.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=51.58%
G=31.93%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147914700.380.680.4226.451.5538.04
Hex935B2F026442A1a3426
Octal2231335704610452326446
Binary1001001110110111011110100110100010010101011010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B2F; }

 p { color: rgb(147,91,47); }

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

<style>
 a { background-color: #935B2F; }

 a { background-color: rgb(147,91,47); }

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

<style>
 span { border-color: #935B2F; }

 span { border-color: rgb(147,91,47); }

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