#936032

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

Shades of Rusty Nail #936032

Tints of Rusty Nail #936032

Color information

#936032 (or 0x936032) is unknown color: approx Rusty Nail. HEX triplet: 93, 60 and 32. RGB value is (147,96,50). Sum of RGB (Red+Green+Blue) = 147+96+50=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #936032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936032 is #6C9FCD. Grayscale: #6A6A6A. Windows color (decimal): -7118798 or 3301523. OLE color: 3301523.

HSL color Cylindrical-coordinate representation of color #936032: hue angle of 28.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #936032 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1479650-
CMYK00.350.660.42
HSL28.45º49.24%38.63%-
HSV(B)28.45º65.99%57.65%-
XYZ16.7914.84.99-
YUV10696.4157.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=50.17%
G=32.76%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147965000.350.660.4228.4549.2438.63
Hex936032023422A1c3127
Octal2231406204310252346147
Binary1001001111000001100100100011100001010101011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936032; }

 p { color: rgb(147,96,50); }

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

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

 a { background-color: rgb(147,96,50); }

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

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

 span { border-color: rgb(147,96,50); }

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