#93632E

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

Shades of Rusty Nail #93632E

Tints of Rusty Nail #93632E

Color information

#93632E (or 0x93632E) is unknown color: approx Rusty Nail. HEX triplet: 93, 63 and 2E. RGB value is (147,99,46). Sum of RGB (Red+Green+Blue) = 147+99+46=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93632E is #6C9CD1. Grayscale: #6B6B6B. Windows color (decimal): -7118034 or 3040147. OLE color: 3040147.

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

Color convert

RGB1479946-
CMYK00.330.690.42
HSL31.49º52.33%37.84%-
HSV(B)31.49º68.71%57.65%-
XYZ16.9915.324.65-
YUV107.3193.4156.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=50.34%
G=33.90%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147994600.330.690.4231.4952.3337.84
Hex93632E021452A1f3426
Octal2231435604110552376446
Binary1001001111000111011100100001100010110101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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