#93632C

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

Shades of Rusty Nail #93632C

Tints of Rusty Nail #93632C

Color information

#93632C (or 0x93632C) is unknown color: approx Rusty Nail. HEX triplet: 93, 63 and 2C. RGB value is (147,99,44). Sum of RGB (Red+Green+Blue) = 147+99+44=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93632C is #6C9CD3. Grayscale: #6B6B6B. Windows color (decimal): -7118036 or 2909075. OLE color: 2909075.

HSL color Cylindrical-coordinate representation of color #93632C: hue angle of 32.04º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93632C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1479944-
CMYK00.330.700.42
HSL32.04º53.93%37.45%-
HSV(B)32.04º70.07%57.65%-
XYZ16.9515.314.44-
YUV107.0892.4156.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=50.69%
G=34.14%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147994400.330.700.4232.0453.9337.45
Hex93632C021462A203625
Octal2231435404110652406645
Binary10010011110001110110001000011000110101010100000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93632C; }

 p { color: rgb(147,99,44); }

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

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

 a { background-color: rgb(147,99,44); }

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

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

 span { border-color: rgb(147,99,44); }

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